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

Method IsJust

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

Source from the content-addressed store, hash-verified

570
571template <class T>
572bool Maybe<T>::IsJust() const {
573 return _has_value;
574}
575
576template <class T>
577void Maybe<T>::Check() const {

Callers 10

operator==Method · 0.80
ThenMethod · 0.80
CatchMethod · 0.80
GetMethod · 0.80
operator()Method · 0.80
CallMethod · 0.80
MakeCallbackMethod · 0.80
NewMethod · 0.80
VoidCallbackFunction · 0.80
NormalJsCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected