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

Method into_raw_fd

crates/common/src/crt_fd.rs:83–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 }
82 #[inline]
83 pub fn into_raw_fd(self) -> Raw {
84 let me = ManuallyDrop::new(self);
85 me.0
86 }
87 }
88
89 impl Drop for OwnedInner {

Callers 5

fopenFunction · 0.45
into_rawMethod · 0.45
to_pyobjectMethod · 0.45
listdirFunction · 0.45
scandirFunction · 0.45

Calls 2

newFunction · 0.85
into_rawMethod · 0.45

Tested by

no test coverage detected