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

Method isArray

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

Source from the content-addressed store, hash-verified

3786bool Value::isString() const { return type_ == stringValue; }
3787
3788bool Value::isArray() const { return type_ == arrayValue; }
3789
3790bool Value::isObject() const { return type_ == objectValue; }
3791

Callers 4

parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultineArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected