Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ isString
Method
isString
external/jsoncpp/jsoncpp.cpp:3800–3800 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3798
bool Value::isNumeric() const { return isDouble(); }
3799
3800
bool Value::isString() const { return type() == stringValue; }
3801
3802
bool Value::isArray() const { return type() == arrayValue; }
3803
Callers
2
fromJson
Method · 0.80
fromJson
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected