Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_fd
Method
as_fd
crates/stdlib/src/posixsubprocess.rs:167–169 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
165
166
impl AsFd for Fd {
167
fn as_fd(&self) -> BorrowedFd<'_> {
168
self.0.as_fd()
169
}
170
}
171
172
impl From<OwnedFd> for Fd {
Callers
3
sock_select
Function · 0.45
exec_inner
Function · 0.45
dup_into_stdio
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected