MCPcopy 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

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected