Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/nan
/ NAN_MODULE_INIT
Function
NAN_MODULE_INIT
test/cpp/maybe.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
NAN_MODULE_INIT(Init) {
36
SetMethod(target,
"test"
, Test);
37
}
38
39
NODE_MODULE(maybe, Init)
Callers
nothing calls this directly
Calls
1
SetMethod
Function · 0.85
Tested by
no test coverage detected