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

Method begin

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

Source from the content-addressed store, hash-verified

3947}
3948
3949Value::const_iterator Value::begin() const {
3950 switch (type_) {
3951 case arrayValue:
3952 case objectValue:
3953 if (value_.map_)
3954 return const_iterator(value_.map_->begin());
3955 break;
3956 default:
3957 break;
3958 }
3959 return const_iterator();
3960}
3961
3962Value::const_iterator Value::end() const {
3963 switch (type_) {

Callers 15

zlFunction · 0.45
plFunction · 0.45
ylFunction · 0.45
remove_enterMethod · 0.45
read_jsonMethod · 0.45
removeMethod · 0.45
parseMethod · 0.45
getStructuredErrorsMethod · 0.45
getMemberNamesMethod · 0.45
makePathMethod · 0.45
jsoncpp.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected