MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / CreateAddon

Function CreateAddon

test/addon.cc:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34Napi::Value CreateAddon(const Napi::CallbackInfo& info) {
35 return TestAddon::Init(info.Env(), Napi::Object::New(info.Env()));
36}
37
38} // end of anonymous namespace
39

Callers

nothing calls this directly

Calls 2

EnvMethod · 0.80
InitFunction · 0.70

Tested by

no test coverage detected