Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscriptdev/aiscript
/ upgrade
Method
upgrade
aiscript-arena/src/context.rs:76–78 ·
view source on GitHub ↗
(&self, gc_box: GcBox)
Source
from the content-addressed store, hash-verified
74
75
#[inline]
76
pub(crate) fn upgrade(&self, gc_box: GcBox) -> bool {
77
self.context.upgrade(gc_box)
78
}
79
}
80
81
/// Handle value given to finalization callbacks in `MarkedArena`.
Callers
nothing calls this directly
Calls
4
header
Method · 0.80
is_live
Method · 0.80
color
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected