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

Function NAN_MODULE_INIT

test/cpp/returnemptystring.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17NAN_MODULE_INIT(Init) {
18 Set(target
19 , New<v8::String>("r").ToLocalChecked()
20 , GetFunction(New<v8::FunctionTemplate>(ReturnEmptyString)).ToLocalChecked()
21 );
22}
23
24NODE_MODULE(returnemptystring, Init)
25

Callers

nothing calls this directly

Calls 3

ToLocalCheckedMethod · 0.80
SetFunction · 0.50
GetFunctionFunction · 0.50

Tested by

no test coverage detected