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

Function napi_value

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

Source from the content-addressed store, hash-verified

783 : _env(env), _value(value) {}
784
785inline Value::operator napi_value() const {
786 return _value;
787}
788
789inline bool Value::operator==(const Value& other) const {
790 return StrictEquals(other);

Callers 1

RegisterModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected