MCPcopy 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

headerMethod · 0.80
is_liveMethod · 0.80
colorMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected