MCPcopy Create free account
hub / github.com/Kitware/CMake / isString

Method isString

Utilities/cmjsoncpp/src/lib_json/json_value.cpp:1371–1371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1369bool Value::isNumeric() const { return isDouble(); }
1370
1371bool Value::isString() const { return type() == stringValue; }
1372
1373bool Value::isArray() const { return type() == arrayValue; }
1374

Callers 15

ObjectPropsFilterFunction · 0.80
deserializeMethod · 0.80
ConditionHelperFunction · 0.80
EnvironmentHelperFunction · 0.80
PresetNameHelperFunction · 0.80
InitFromInfoMethod · 0.80
PackageResolveModeHelperFunction · 0.80
cmLoadFlagTableJsonFunction · 0.80
StringFunction · 0.80

Calls 1

typeClass · 0.50