Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ Init
Function
Init
test/binding-swallowexcept.cc:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
Object InitError(Env env);
6
7
Object Init(Env env, Object exports) {
8
exports.Set(
"error"
, InitError(env));
9
return exports;
10
}
11
12
NODE_API_MODULE(addon, Init)
Callers
nothing calls this directly
Calls
2
InitError
Function · 0.85
Set
Method · 0.80
Tested by
no test coverage detected