Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ isNull
Method
isNull
source/core/StarJson.cpp:850–852 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
848
}
849
850
bool Json::isNull() const {
851
return type() == Type::Null;
852
}
853
854
Json::operator bool() const {
855
return !isNull();
Callers
1
jsonMergeNulling
Function · 0.45
Calls
1
type
Function · 0.50
Tested by
no test coverage detected