MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / InitObjectWrapFunction

Function InitObjectWrapFunction

test/objectwrap_function.cc:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41Napi::Object InitObjectWrapFunction(Napi::Env env) {
42 return Napi::Function::New<ObjectWrapFunctionFactory>(env, "FunctionFactory");
43}

Callers 1

InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected