Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
571
template <class T>
572
bool Maybe<T>::IsJust() const {
573
return _has_value;
574
}
575
576
template <class T>
577
void Maybe<T>::Check() const {
Callers
10
operator==
Method · 0.80
Then
Method · 0.80
Catch
Method · 0.80
Get
Method · 0.80
operator()
Method · 0.80
Call
Method · 0.80
MakeCallback
Method · 0.80
New
Method · 0.80
VoidCallback
Function · 0.80
NormalJsCallback
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected