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

Method into_raw_fd

crates/stdlib/src/posixsubprocess.rs:161–163  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

159
160impl IntoRawFd for Fd {
161 fn into_raw_fd(self) -> RawFd {
162 self.0.as_raw_fd()
163 }
164}
165
166impl AsFd for Fd {

Callers 3

into_sock_filenoFunction · 0.45
closeMethod · 0.45
fromMethod · 0.45

Calls 1

as_raw_fdMethod · 0.45

Tested by

no test coverage detected