Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ isBool
Method
isBool
Utilities/cmjsoncpp/src/lib_json/json_value.cpp:1259–1259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1257
bool Value::isNull() const { return type() == nullValue; }
1258
1259
bool Value::isBool() const { return type() == booleanValue; }
1260
1261
bool Value::isInt() const {
1262
switch (type()) {
Callers
11
deserialize
Method · 0.80
ConditionHelper
Function · 0.80
HandleJSONCommand
Function · 0.80
Bool
Function · 0.80
ParsePreprocessorDefine
Function · 0.80
ParseModule
Function · 0.80
Load
Method · 0.80
VariableValueHelper
Function · 0.80
VariableHelper
Function · 0.80
GetBool
Method · 0.80
cmScanDepFormat_P1689_Parse
Function · 0.80
Calls
1
type
Class · 0.50
Tested by
no test coverage detected