MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / isArray

Method isArray

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

Source from the content-addressed store, hash-verified

3821bool Value::isString() const { return type_ == stringValue; }
3822
3823bool Value::isArray() const { return type_ == arrayValue; }
3824
3825bool Value::isObject() const { return type_ == objectValue; }
3826

Callers 15

onClickedImageMethod · 0.80
JsonValueToTextFunction · 0.80
onlineSearchOnlyMethod · 0.80
parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultineArrayMethod · 0.80
queryJsonListFunction · 0.80
stringifyMethod · 0.80
printMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected