MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / Boolean

Method Boolean

napi-inl.h:1023–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021}
1022
1023inline Boolean::Boolean() : Napi::Value() {}
1024
1025inline Boolean::Boolean(napi_env env, napi_value value)
1026 : Napi::Value(env, value) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected