Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
41
pub struct NativeFn<
'gc>(NativeFnInner<'
gc>);
42
43
#[derive(Debug, Clone, Copy)]
44
pub struct BuiltinMethod<
'gc>(BuiltinMethodInner<'
gc>);
Callers
15
create_serde_module
Function · 0.85
create_random_module
Function · 0.85
create_time_module
Function · 0.85
create_io_module
Function · 0.85
create_http_module
Function · 0.85
create_env_module
Function · 0.85
create_math_module
Function · 0.85
create_jwt_module
Function · 0.85
create_pg_module
Function · 0.85
create_transaction_class
Function · 0.85
create_sqlite_module
Function · 0.85
create_transaction_class
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected