Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)]
136
struct GcPtr(NonNull<PyObject>);
137
138
/// Global GC state
139
pub struct GcState {
Callers
1
collect_inner
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected