MCPcopy Create free account
hub / github.com/Snapchat/Valdi / tsn_new_function

Function tsn_new_function

tsn/src/tsn/tsn.cpp:2068–2070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2066}
2067
2068tsn_value tsn_new_function(tsn_vm* ctx, tsn_module* module, tsn_atom name, tsn_generic_func* func, int32_t argc) {
2069 return tsn_new_func_helper(ctx, module, name, true, func, argc, 0, nullptr);
2070}
2071
2072tsn_value tsn_new_function_closure(tsn_vm* ctx,
2073 tsn_module* module,

Callers 1

doLoadModuleFunction · 0.85

Calls 1

tsn_new_func_helperFunction · 0.85

Tested by 1

doLoadModuleFunction · 0.68