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

Method isNumeric

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

Source from the content-addressed store, hash-verified

1367}
1368
1369bool Value::isNumeric() const { return isDouble(); }
1370
1371bool Value::isString() const { return type() == stringValue; }
1372

Callers 2

deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected