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

Function InitCallbackInfo

test/callbackInfo.cc:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22Object InitCallbackInfo(Env env) {
23 Object exports = Object::New(env);
24
25 exports["testCbSetData"] = Function::New(env, TestCallbackInfoSetData);
26 return exports;
27}

Callers 1

InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected