Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node-addon-api
/ InitAddon
Function
InitAddon
test/addon.cc:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
} // end of anonymous namespace
39
40
Napi::Object InitAddon(Napi::Env env) {
41
return Napi::Function::New<CreateAddon>(env,
"CreateAddon"
);
42
}
43
44
#endif // (NAPI_VERSION > 5)
Callers
1
Init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected