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

Method name

aiscript-vm/src/module.rs:28–33  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

26
27impl<'gc> ModuleKind<'gc> {
28 pub fn name(&self) -> InternedString<'gc> {
29 match self {
30 ModuleKind::Script { name, .. } => *name,
31 ModuleKind::Native { name, .. } => *name,
32 }
33 }
34
35 pub fn get_export(&self, name: InternedString<'gc>) -> Option<Value<'gc>> {
36 match self {

Callers 7

column_to_valueFunction · 0.45
row_to_objectFunction · 0.45
execute_typed_queryFunction · 0.45
column_to_valueFunction · 0.45
row_to_objectFunction · 0.45
execute_typed_queryFunction · 0.45
get_globalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected