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

Class DynamicRootSet

aiscript-arena/src/dynamic_roots.rs:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24// it back to whatever our current `'gc` lifetime is.
25#[derive(Copy, Clone)]
26pub struct DynamicRootSet<'gc>(Gc<'gc, Inner<'gc>>);
27
28unsafe impl Collect for DynamicRootSet<'_> {
29 fn trace(&self, cc: &crate::Collection) {

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected