Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/nan
/ IsNothing
Method
IsNothing
nan.h:244–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
class Maybe {
243
public:
244
inline bool IsNothing() const { return !has_value_; }
245
inline bool IsJust() const { return has_value_; }
246
247
inline T ToChecked() const { return FromJust(); }
Callers
2
DefineOwnProperty
Function · 0.80
NAN_METHOD
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected