Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
566
template <class T>
567
bool Maybe<T>::IsNothing() const {
568
return !_has_value;
569
}
570
571
template <class T>
572
bool Maybe<T>::IsJust() const {
Callers
2
VoidCallback
Function · 0.80
NormalJsCallback
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected