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

Class NativeFn

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

Source from the content-addressed store, hash-verified

39
40#[derive(Debug, Clone, Copy)]
41pub struct NativeFn<'gc>(NativeFnInner<'gc>);
42
43#[derive(Debug, Clone, Copy)]
44pub struct BuiltinMethod<'gc>(BuiltinMethodInner<'gc>);

Callers 15

create_serde_moduleFunction · 0.85
create_random_moduleFunction · 0.85
create_time_moduleFunction · 0.85
create_io_moduleFunction · 0.85
create_http_moduleFunction · 0.85
create_env_moduleFunction · 0.85
create_math_moduleFunction · 0.85
create_jwt_moduleFunction · 0.85
create_pg_moduleFunction · 0.85
create_transaction_classFunction · 0.85
create_sqlite_moduleFunction · 0.85
create_transaction_classFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected