MCPcopy Index your code
hub / github.com/RustPython/RustPython / as_ptr

Method as_ptr

crates/vm/src/stdlib/os.rs:1043–1045  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1041 }
1042
1043 fn as_ptr(&self) -> *mut libc::DIR {
1044 self.0.as_ptr()
1045 }
1046 }
1047
1048 #[cfg(all(unix, not(target_os = "redox")))]

Callers 15

get_kernel32_versionFunction · 0.45
accessFunction · 0.45
removeFunction · 0.45
check_dirFunction · 0.45
symlinkFunction · 0.45
win32_lchmodFunction · 0.45
chmodFunction · 0.45
_findfirstfileFunction · 0.45
_test_file_type_by_nameFunction · 0.45
_path_isdevdriveFunction · 0.45
get_terminal_sizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected