Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
unsafe impl Collect for DynamicRootSet<'_> {
29
fn trace(&self, cc: &crate::Collection) {
30
self.0.trace(cc);
31
}
32
}
33
34
impl<
'gc> DynamicRootSet<'
gc> {
Callers
nothing calls this directly
Calls
1
borrow
Method · 0.45
Tested by
no test coverage detected