Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
static Napi::Value TestGetter(const Napi::CallbackInfo& /*info*/) {
22
return Napi::Value();
23
}
24
25
static void TestSetter(const Napi::CallbackInfo& /*info*/) {}
26
Callers
nothing calls this directly
Calls
1
Value
Class · 0.50
Tested by
no test coverage detected