Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node-addon-api
/ InitAddonData
Function
InitAddonData
test/addon_data.cc:95–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
Napi::Object InitAddonData(Napi::Env env) {
96
return Napi::Function::New(env, AddonFactory);
97
}
98
#endif // (NAPI_VERSION > 5)
Callers
1
Init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected