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

Method isArray

src/jsoncpp.cpp:3789–3789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected