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

Function TestGetter

test/thunking_manual.cc:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21static Napi::Value TestGetter(const Napi::CallbackInfo& /*info*/) {
22 return Napi::Value();
23}
24
25static void TestSetter(const Napi::CallbackInfo& /*info*/) {}
26

Callers

nothing calls this directly

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected