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

Function TestMethod

test/thunking_manual.cc:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15// because V8 does not garbage-collect classes.
16
17static Napi::Value TestMethod(const Napi::CallbackInfo& /*info*/) {
18 return Napi::Value();
19}
20
21static Napi::Value TestGetter(const Napi::CallbackInfo& /*info*/) {
22 return Napi::Value();

Callers

nothing calls this directly

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected