Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/ONE
/ isString
Method
isString
runtime/3rdparty/jsoncpp/jsoncpp.cpp:4090–4090 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4088
bool Value::isNumeric() const { return isDouble(); }
4089
4090
bool Value::isString() const { return type() == stringValue; }
4091
4092
bool Value::isArray() const { return type() == arrayValue; }
4093
Callers
2
verify_tensor
Function · 0.80
read
Function · 0.80
Calls
1
type
Function · 0.50
Tested by
no test coverage detected