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

Class Class

aiscript-vm/src/object.rs:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204#[derive(Collect)]
205#[collect(no_drop)]
206pub struct Class<'gc> {
207 pub name: InternedString<'gc>,
208 pub methods: HashMap<InternedString<'gc>, Value<'gc>, BuildHasherDefault<AHasher>>,
209 pub static_methods: HashMap<InternedString<'gc>, Value<'gc>, BuildHasherDefault<AHasher>>,
210}
211
212#[derive(Collect)]
213#[collect(no_drop)]

Callers 4

fromMethod · 0.85
generate_classMethod · 0.85
class_declarationMethod · 0.85
init_stdlibMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected