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

Method index

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

Source from the content-addressed store, hash-verified

2374}
2375
2376UInt ValueIteratorBase::index() const {
2377 const Value::CZString czstring = (*current_).first;
2378 if (!czstring.data())
2379 return czstring.index();
2380 return Value::UInt(-1);
2381}
2382
2383JSONCPP_STRING ValueIteratorBase::name() const {
2384 char const* keey;

Callers 15

keyMethod · 0.45
sizeMethod · 0.45
prune_treeFunction · 0.45
clean_lookFunction · 0.45
find_objectFunction · 0.45
post_processFunction · 0.45
compose_prompt_to_planFunction · 0.45
greetFunction · 0.45
generateFunction · 0.45
local_llm.pyFile · 0.45
data_convert.pyFile · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected