Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illumina/hap.py
/ isNumeric
Method
isNumeric
external/jsoncpp/jsoncpp.cpp:2738–2738 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2736
bool Value::isDouble() const { return type_ == realValue || isIntegral(); }
2737
2738
bool Value::isNumeric() const { return isIntegral() || isDouble(); }
2739
2740
bool Value::isString() const { return type_ == stringValue; }
2741
Callers
1
put
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected