Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_raw_fd
Method
as_raw_fd
crates/common/src/crt_fd.rs:79–81 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
77
}
78
#[inline]
79
pub fn as_raw_fd(&self) -> Raw {
80
self.0
81
}
82
#[inline]
83
pub fn into_raw_fd(self) -> Raw {
84
let me = ManuallyDrop::new(self);
Callers
1
as_raw
Method · 0.45
Calls
1
as_raw
Method · 0.45
Tested by
no test coverage detected