MCPcopy 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

1257bool Value::isNull() const { return type() == nullValue; }
1258
1259bool Value::isBool() const { return type() == booleanValue; }
1260
1261bool Value::isInt() const {
1262 switch (type()) {

Callers 11

deserializeMethod · 0.80
ConditionHelperFunction · 0.80
HandleJSONCommandFunction · 0.80
BoolFunction · 0.80
ParsePreprocessorDefineFunction · 0.80
ParseModuleFunction · 0.80
LoadMethod · 0.80
VariableValueHelperFunction · 0.80
VariableHelperFunction · 0.80
GetBoolMethod · 0.80

Calls 1

typeClass · 0.50

Tested by

no test coverage detected