MCPcopy 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
1028inline Boolean::operator bool() const {
1029 return Value();
1030}
1031
1032inline bool Boolean::Value() const {
1033 bool result;

Callers

nothing calls this directly

Calls 1

ValueFunction · 0.70

Tested by

no test coverage detected