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

Method is_initialized

aiscript-vm/src/compiler/codegen.rs:37–39  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

35
36impl Local<'_> {
37 fn is_initialized(&self) -> bool {
38 self.depth != UNINITIALIZED_LOCAL_DEPTH
39 }
40}
41
42#[derive(Debug, Default)]

Callers 2

generate_matchMethod · 0.80
declare_variableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected