MCPcopy Create free account
hub / github.com/aiscriptdev/aiscript / BuiltinMethod

Class BuiltinMethod

aiscript-vm/src/lib.rs:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43#[derive(Debug, Clone, Copy)]
44pub struct BuiltinMethod<'gc>(BuiltinMethodInner<'gc>);
45
46impl<'gc> Deref for NativeFn<'gc> {
47 type Target = NativeFnInner<'gc>;

Callers 2

define_array_methodsFunction · 0.85
define_string_methodsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected