Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ requester_ident
Method
requester_ident
crates/vm/src/vm/mod.rs:435–437 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
433
434
#[inline]
435
pub(crate) fn requester_ident(&self) -> u64 {
436
self.requester.load(Ordering::Relaxed)
437
}
438
439
#[inline]
440
pub(crate) fn notify_thread_gone(&self) {
Callers
1
cleanup_current_thread_frames
Function · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected