Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscriptdev/aiscript
/ get_module
Method
get_module
aiscript-vm/src/module.rs:158–160 ·
view source on GitHub ↗
(&self, name: InternedString<'gc>)
Source
from the content-addressed store, hash-verified
156
}
157
158
pub fn get_module(&self, name: InternedString<
'gc>) -> Option<&ModuleKind<'
gc>> {
159
self.modules.get(&name)
160
}
161
162
pub fn get_export(
163
&self,
Callers
1
get_global
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected