MCPcopy 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
1257bool Value::isNull() const { return type() == nullValue; }
1258
1259bool Value::isBool() const { return type() == booleanValue; }
1260

Callers 15

TraverseValueFunction · 0.80
deserializeMethod · 0.80
AddVectorIfPresentMethod · 0.80
ConditionHelperFunction · 0.80
EnvironmentHelperFunction · 0.80
InitFromInfoMethod · 0.80
AddErrorAtValueMethod · 0.80
ParsePreprocessorDefineFunction · 0.80
LoadMethod · 0.80
VariableHelperFunction · 0.80
BuildDefinitionFunction · 0.80
ReadMethod · 0.80

Calls 1

typeClass · 0.50

Tested by

no test coverage detected