Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
44
pub struct BuiltinMethod<
'gc>(BuiltinMethodInner<'
gc>);
45
46
impl<
'gc> Deref for NativeFn<'
gc> {
47
type Target = NativeFnInner<'gc>;
Callers
2
define_array_methods
Function · 0.85
define_string_methods
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected