Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiscriptdev/aiscript
/ DynamicRootSet
Class
DynamicRootSet
aiscript-arena/src/dynamic_roots.rs:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
// it back to whatever our current `'gc` lifetime is.
25
#[derive(Copy, Clone)]
26
pub struct DynamicRootSet<
'gc>(Gc<'
gc, Inner<'gc>>);
27
28
unsafe impl Collect for DynamicRootSet<'_> {
29
fn trace(&self, cc: &crate::Collection) {
Callers
1
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected