MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / isArray

Method isArray

Source/JSON/jsoncpp.cpp:3427–3427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3425bool Value::isString() const { return type_ == stringValue; }
3426
3427bool Value::isArray() const { return type_ == arrayValue; }
3428
3429bool Value::isObject() const { return type_ == objectValue; }
3430

Callers 8

caFunction · 0.45
jquery.jsFile · 0.45
gFunction · 0.45
SearchJSONMethod · 0.45
parseMethod · 0.45
jsoncpp.cppFile · 0.45
resolveMethod · 0.45
isMultineArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected