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

Method IsNothing

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

Source from the content-addressed store, hash-verified

565
566template <class T>
567bool Maybe<T>::IsNothing() const {
568 return !_has_value;
569}
570
571template <class T>
572bool Maybe<T>::IsJust() const {

Callers 2

VoidCallbackFunction · 0.80
NormalJsCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected