MCPcopy Create free account
hub / github.com/THUDM/AgentTuning / isArray

Method isArray

AgentBench.old/src/tasks/card_game/logic/src/jsoncpp/jsoncpp.cpp:3899–3899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3897bool Value::isString() const { return type_ == stringValue; }
3898
3899bool Value::isArray() const { return type_ == arrayValue; }
3900
3901bool Value::isObject() const { return type_ == objectValue; }
3902

Callers 15

bulma-slider.jsFile · 0.45
addClassesFunction · 0.45
removeClassesFunction · 0.45
showFunction · 0.45
hideFunction · 0.45
isObjectFunction · 0.45
_toConsumableArrayFunction · 0.45
bulma-carousel.jsFile · 0.45
sFunction · 0.45
oFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected