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

Method trace_weak

aiscript-arena/src/context.rs:126–128  ·  view source on GitHub ↗
(&self, gc_box: GcBox)

Source from the content-addressed store, hash-verified

124
125 #[inline]
126 pub(crate) fn trace_weak(&self, gc_box: GcBox) {
127 self.context.trace_weak(gc_box)
128 }
129}
130
131#[derive(Debug, Copy, Clone, Eq, PartialEq)]

Callers 1

traceMethod · 0.80

Calls 3

headerMethod · 0.80
colorMethod · 0.80
set_colorMethod · 0.80

Tested by

no test coverage detected