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

Method root_barrier

aiscript-arena/src/context.rs:241–245  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

239
240 #[inline]
241 pub(crate) fn root_barrier(&self) {
242 if self.phase.get() == Phase::Mark {
243 self.root_needs_trace.set(true);
244 }
245 }
246
247 #[inline]
248 pub(crate) fn phase(&self) -> Phase {

Callers 3

map_rootMethod · 0.80
try_map_rootMethod · 0.80
mutate_rootMethod · 0.80

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected