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

Method isArray

Libraries/jsoncpp-0.y.z/src/lib_json/json_value.cpp:1286–1286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284bool Value::isString() const { return type_ == stringValue; }
1285
1286bool Value::isArray() const { return type_ == arrayValue; }
1287
1288bool Value::isObject() const { return type_ == objectValue; }
1289

Callers 15

parseMethod · 0.45
isMultineArrayMethod · 0.45
json_value.cppFile · 0.45
resolveMethod · 0.45
checkIsMethod · 0.45
RnFunction · 0.45
wordcut.jsFile · 0.45
setupIgnoresFunction · 0.45
markFunction · 0.45
flattenFunction · 0.45
isArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected