Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
36
impl Local<'_> {
37
fn is_initialized(&self) -> bool {
38
self.depth != UNINITIALIZED_LOCAL_DEPTH
39
}
40
}
41
42
#[derive(Debug, Default)]
Callers
2
generate_match
Method · 0.80
declare_variable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected