Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
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
trace
Method · 0.80
Calls
3
header
Method · 0.80
color
Method · 0.80
set_color
Method · 0.80
Tested by
no test coverage detected