MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / Init

Function Init

source/binding/NodeJS/src/apis/loader.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55#ifdef MAA_JS_IMPL_IS_NODEJS
56Napi::Object Init(Napi::Env env, Napi::Object)
57{
58 return ::init(env);
59}
60
61NODE_API_MODULE(maa, Init);
62#endif

Callers

nothing calls this directly

Calls 1

initFunction · 0.70

Tested by

no test coverage detected