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

Method Addon

test/addon_data.cc:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 Addon(Napi::Env env) : VerboseIndicator(VerboseIndicator::Init(env)) {}
54 ~Addon() {
55 if (verbose) {
56 fprintf(stderr, "addon_data: Addon::~Addon\n");

Callers

nothing calls this directly

Calls 1

InitFunction · 0.70

Tested by

no test coverage detected