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

Method Reader

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

Source from the content-addressed store, hash-verified

306// //////////////////////////////////////////////////////////////////
307
308Reader::Reader()
309 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(),
310 lastValue_(), commentsBefore_(), features_(Features::all()),
311 collectComments_() {}
312
313Reader::Reader(const Features& features)
314 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(),

Callers 1

average_rewardFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected