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

Method parse

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

Source from the content-addressed store, hash-verified

316}
317
318bool
319Reader::parse(const std::string& document, Value& root, bool collectComments) {
320 document_.assign(document.begin(), document.end());
321 const char* begin = document_.c_str();
322 const char* end = begin + document_.length();
323 return parse(begin, end, root, collectComments);
324}
325
326bool Reader::parse(std::istream& sin, Value& root, bool collectComments) {
327 // std::istream_iterator<char> begin(sin);

Callers 15

receive_player_listMethod · 0.45
read_jsonMethod · 0.45
parseMethod · 0.45
parseFromStreamFunction · 0.45
YnFunction · 0.45
iaFunction · 0.45
rFunction · 0.45
uFunction · 0.45
sFunction · 0.45
jquery-ui.min.jsFile · 0.45
jquery.jsFile · 0.45
airportLookup.jsFile · 0.45

Calls 10

beginMethod · 0.45
endMethod · 0.45
lengthMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
clearMethod · 0.45
emptyMethod · 0.45
setCommentMethod · 0.45
isArrayMethod · 0.45
isObjectMethod · 0.45

Tested by

no test coverage detected