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

Method trace

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

Source from the content-addressed store, hash-verified

119
120 #[inline]
121 pub(crate) fn trace(&self, gc_box: GcBox) {
122 self.context.trace(gc_box)
123 }
124
125 #[inline]
126 pub(crate) fn trace_weak(&self, gc_box: GcBox) {

Callers 3

vtable_forMethod · 0.45
do_collection_innerMethod · 0.45
forward_barrierMethod · 0.45

Calls 8

headerMethod · 0.80
colorMethod · 0.80
set_colorMethod · 0.80
pushMethod · 0.80
mark_gc_tracedMethod · 0.80
size_of_boxMethod · 0.80
needs_traceMethod · 0.45
borrow_mutMethod · 0.45

Tested by

no test coverage detected