Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_for
Method · 0.45
do_collection_inner
Method · 0.45
forward_barrier
Method · 0.45
Calls
8
header
Method · 0.80
color
Method · 0.80
set_color
Method · 0.80
push
Method · 0.80
mark_gc_traced
Method · 0.80
size_of_box
Method · 0.80
needs_trace
Method · 0.45
borrow_mut
Method · 0.45
Tested by
no test coverage detected