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

Method as_raw

crates/common/src/crt_fd.rs:189–191  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

187
188 #[inline]
189 pub fn as_raw(&self) -> Raw {
190 self.inner.as_raw_fd()
191 }
192
193 #[inline]
194 pub fn into_raw(self) -> Raw {

Callers 8

fstatFunction · 0.45
fmtMethod · 0.45
eqMethod · 0.45
borrowMethod · 0.45
as_raw_fdMethod · 0.45
openatFunction · 0.45
writeFunction · 0.45
readFunction · 0.45

Calls 1

as_raw_fdMethod · 0.45

Tested by

no test coverage detected