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

Class Instance

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

Source from the content-addressed store, hash-verified

212#[derive(Collect)]
213#[collect(no_drop)]
214pub struct Instance<'gc> {
215 pub class: GcRefLock<'gc, Class<'gc>>,
216 pub fields: HashMap<InternedString<'gc>, Value<'gc>, BuildHasherDefault<AHasher>>,
217}
218
219#[derive(Collect)]
220#[collect(no_drop)]

Callers 8

fromMethod · 0.85
execute_typed_queryFunction · 0.85
begin_transactionFunction · 0.85
execute_typed_queryFunction · 0.85
begin_transactionFunction · 0.85
begin_pipelineFunction · 0.85
responseFunction · 0.85
validate_argsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected