Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
fstat
Function · 0.45
fmt
Method · 0.45
eq
Method · 0.45
borrow
Method · 0.45
as_raw_fd
Method · 0.45
openat
Function · 0.45
write
Function · 0.45
read
Function · 0.45
Calls
1
as_raw_fd
Method · 0.45
Tested by
no test coverage detected