Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1369
bool Value::isNumeric() const { return isDouble(); }
1370
1371
bool Value::isString() const { return type() == stringValue; }
1372
Callers
2
deserialize
Method · 0.80
InsertStaticSystemInformation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected