MCPcopy Index your code
hub / github.com/aiscriptdev/aiscript / trace

Method trace

aiscript-arena/src/dynamic_roots.rs:29–31  ·  view source on GitHub ↗
(&self, cc: &crate::Collection)

Source from the content-addressed store, hash-verified

27
28unsafe impl Collect for DynamicRootSet<'_> {
29 fn trace(&self, cc: &crate::Collection) {
30 self.0.trace(cc);
31 }
32}
33
34impl<'gc> DynamicRootSet<'gc> {

Callers

nothing calls this directly

Calls 1

borrowMethod · 0.45

Tested by

no test coverage detected