MCPcopy Create free account
hub / github.com/boku7/Loki / Init

Function Init

dev/execute_assembly/node_assembly_execute.cpp:672–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672Napi::Object Init(Napi::Env env, Napi::Object exports) {
673 ResolveApis();
674 exports.Set("execute_assembly", Napi::Function::New(env, ExecuteAssembly));
675 return exports;
676}
677
678NODE_API_MODULE(addon, Init)

Callers

nothing calls this directly

Calls 1

ResolveApisFunction · 0.85

Tested by

no test coverage detected