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

Function get_freeze_count

crates/vm/src/stdlib/gc.rs:260–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 /// Return the number of objects in the permanent generation.
259 #[pyfunction]
260 fn get_freeze_count() -> usize {
261 gc_state::gc_state().get_freeze_count()
262 }
263
264 /// gc.garbage - list of uncollectable objects
265 #[pyattr]

Callers

nothing calls this directly

Calls 2

gc_stateFunction · 0.85
get_freeze_countMethod · 0.80

Tested by

no test coverage detected