Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
Napi::Object Init(Napi::Env env, Napi::Object)
57
{
58
return ::init(env);
59
}
60
61
NODE_API_MODULE(maa, Init);
62
#endif
Callers
nothing calls this directly
Calls
1
init
Function · 0.70
Tested by
no test coverage detected