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

Method end

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

Source from the content-addressed store, hash-verified

3960}
3961
3962Value::const_iterator Value::end() const {
3963 switch (type_) {
3964 case arrayValue:
3965 case objectValue:
3966 if (value_.map_)
3967 return const_iterator(value_.map_->end());
3968 break;
3969 default:
3970 break;
3971 }
3972 return const_iterator();
3973}
3974
3975Value::iterator Value::begin() {
3976 switch (type_) {

Callers 15

bulma-carousel.jsFile · 0.45
removeMethod · 0.45
parseMethod · 0.45
getStructuredErrorsMethod · 0.45
validateMethod · 0.45
sizeMethod · 0.45
jsoncpp.cppFile · 0.45
findMethod · 0.45
removeMemberMethod · 0.45
removeIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected