MCPcopy Create free account
hub / github.com/nodejs/nan / NAN_MODULE_INIT

Function NAN_MODULE_INIT

test/cpp/asyncprogressworkerstream.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81NAN_MODULE_INIT(Init) {
82 Set(target
83 , New<v8::String>("a").ToLocalChecked()
84 , GetFunction(New<v8::FunctionTemplate>(DoProgress)).ToLocalChecked());
85}
86
87NODE_MODULE(asyncprogressworkerstream, Init)

Callers

nothing calls this directly

Calls 3

ToLocalCheckedMethod · 0.80
SetFunction · 0.50
GetFunctionFunction · 0.50

Tested by

no test coverage detected