Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node-addon-api
/ bool
Function
bool
napi-inl.h:1028–1030 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1026
: Napi::Value(env, value) {}
1027
1028
inline Boolean::operator bool() const {
1029
return Value();
1030
}
1031
1032
inline bool Boolean::Value() const {
1033
bool result;
Callers
nothing calls this directly
Calls
1
Value
Function · 0.70
Tested by
no test coverage detected