MCPcopy Create free account
hub / github.com/aiscriptdev/aiscript / phase

Method phase

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

Source from the content-addressed store, hash-verified

246
247 #[inline]
248 pub(crate) fn phase(&self) -> Phase {
249 self.phase.get()
250 }
251
252 #[inline]
253 pub(crate) fn gray_remaining(&self) -> bool {

Callers 3

collection_phaseMethod · 0.80
mark_debtMethod · 0.80
mark_allMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected