Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ isNull
Method
isNull
Utilities/cmjsoncpp/src/lib_json/json_value.cpp:1257–1257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1255
}
1256
1257
bool Value::isNull() const { return type() == nullValue; }
1258
1259
bool Value::isBool() const { return type() == booleanValue; }
1260
Callers
15
TraverseValue
Function · 0.80
deserialize
Method · 0.80
AddVectorIfPresent
Method · 0.80
ConditionHelper
Function · 0.80
EnvironmentHelper
Function · 0.80
InitFromInfo
Method · 0.80
AddErrorAtValue
Method · 0.80
ParsePreprocessorDefine
Function · 0.80
Load
Method · 0.80
VariableHelper
Function · 0.80
BuildDefinition
Function · 0.80
Read
Method · 0.80
Calls
1
type
Class · 0.50
Tested by
no test coverage detected