Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ borrow
Method
borrow
crates/common/src/crt_fd.rs:184–186 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
182
183
#[inline]
184
pub fn borrow(&self) -> Borrowed<'_> {
185
unsafe { Borrowed::borrow_raw(self.as_raw()) }
186
}
187
188
#[inline]
189
pub fn as_raw(&self) -> Raw {
Callers
12
convert_ssl_error
Function · 0.45
borrow_vars
Method · 0.45
copy
Method · 0.45
dump_traceback
Function · 0.45
dump_all_threads
Function · 0.45
_get_running_loop
Function · 0.45
get_running_loop
Function · 0.45
get_event_loop
Function · 0.45
current_task
Function · 0.45
_enter_task
Function · 0.45
_leave_task
Function · 0.45
_swap_current_task
Function · 0.45
Calls
1
as_raw
Method · 0.45
Tested by
no test coverage detected