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

Class GcPtr

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

Source from the content-addressed store, hash-verified

134/// Only used within collect_inner, never shared across threads.
135#[derive(Clone, Copy, PartialEq, Eq, Hash)]
136struct GcPtr(NonNull<PyObject>);
137
138/// Global GC state
139pub struct GcState {

Callers 1

collect_innerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected