MCPcopy Create free account
hub / github.com/aiscriptdev/aiscript / collect_all

Method collect_all

aiscript-arena/src/arena.rs:308–313  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

306 /// sleep phase.
307 #[inline]
308 pub fn collect_all(&mut self) {
309 unsafe {
310 self.context
311 .do_collection(&self.root, f64::NEG_INFINITY, None);
312 }
313 }
314
315 /// Runs all of the remaining *marking* part of the current garbage collection cycle.
316 ///

Callers

nothing calls this directly

Calls 1

do_collectionMethod · 0.80

Tested by

no test coverage detected