MCPcopy Index your code
hub / github.com/aiscriptdev/aiscript / resurrect

Method resurrect

aiscript-arena/src/context.rs:102–104  ·  view source on GitHub ↗
(&self, gc_box: GcBox)

Source from the content-addressed store, hash-verified

100impl Finalization<'_> {
101 #[inline]
102 pub(crate) fn resurrect(&self, gc_box: GcBox) {
103 self.context.resurrect(gc_box)
104 }
105}
106
107/// Handle value given by arena callbacks during garbage collection, which must be passed through

Callers

nothing calls this directly

Calls 4

headerMethod · 0.80
set_colorMethod · 0.80
pushMethod · 0.80
borrow_mutMethod · 0.45

Tested by

no test coverage detected