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

Method copy

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

Source from the content-addressed store, hash-verified

2359}
2360
2361void ValueIteratorBase::copy(const SelfType& other) {
2362 current_ = other.current_;
2363 isNull_ = other.isNull_;
2364}
2365
2366Value ValueIteratorBase::key() const {
2367 const Value::CZString czstring = (*current_).first;

Callers 8

riFunction · 0.45
uiFunction · 0.45
raFunction · 0.45
d3.v3.min.jsFile · 0.45
nFunction · 0.45
quill.min.jsFile · 0.45
uFunction · 0.45
add_union_boundMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected