MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / isString

Method isString

vrclient_x64/jsoncpp.cpp:3786–3786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3784bool Value::isNumeric() const { return isIntegral() || isDouble(); }
3785
3786bool Value::isString() const { return type_ == stringValue; }
3787
3788bool Value::isArray() const { return type_ == arrayValue; }
3789

Callers 2

json_convert_pathsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected