MCPcopy 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
35NAN_MODULE_INIT(Init) {
36 SetMethod(target, "test", Test);
37}
38
39NODE_MODULE(maybe, Init)

Callers

nothing calls this directly

Calls 1

SetMethodFunction · 0.85

Tested by

no test coverage detected