Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ into_raw
Method
into_raw
crates/common/src/crt_fd.rs:194–196 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
192
193
#[inline]
194
pub fn into_raw(self) -> Raw {
195
self.inner.into_raw_fd()
196
}
197
198
pub fn leak<
'fd>(self) -> Borrowed<'
fd> {
199
unsafe { Borrowed::borrow_raw(self.into_raw()) }
Callers
8
_wrap_socket
Method · 0.45
_wrap_bio
Method · 0.45
py_new
Method · 0.45
new
Method · 0.45
step_callback
Method · 0.45
leak
Method · 0.45
into_raw_fd
Method · 0.45
close
Function · 0.45
Calls
1
into_raw_fd
Method · 0.45
Tested by
no test coverage detected