MCPcopy Index your code
hub / github.com/RustPython/RustPython / count

Method count

crates/vm/src/gc_state.rs:84–86  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

82 }
83
84 pub fn count(&self) -> usize {
85 self.count.load(Ordering::SeqCst)
86 }
87
88 pub fn threshold(&self) -> u32 {
89 self.threshold.load(Ordering::SeqCst)

Calls 1

loadMethod · 0.45