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

Method get_debug

crates/vm/src/gc_state.rs:216–218  ·  view source on GitHub ↗

Get debug flags

(&self)

Source from the content-addressed store, hash-verified

214
215 /// Get debug flags
216 pub fn get_debug(&self) -> GcDebugFlags {
217 GcDebugFlags::from_bits_truncate(self.debug.load(Ordering::SeqCst))
218 }
219
220 /// Set debug flags
221 pub fn set_debug(&self, flags: GcDebugFlags) {

Callers 2

collect_innerMethod · 0.45
get_debugFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected