Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
Napi::Object InitObjectWrapFunction(Napi::Env env) {
42
return Napi::Function::New<ObjectWrapFunctionFactory>(env,
"FunctionFactory"
);
43
}
Callers
1
Init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected