Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_root
Method · 0.80
try_map_root
Method · 0.80
mutate_root
Method · 0.80
Calls
2
get
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected