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

Method data

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

const char* Value::CZString::c_str() const { return cstr_; }

Source from the content-addressed store, hash-verified

2806
2807//const char* Value::CZString::c_str() const { return cstr_; }
2808const char* Value::CZString::data() const { return cstr_; }
2809unsigned Value::CZString::length() const { return storage_.length_; }
2810bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
2811

Callers 15

parseMethod · 0.45
parseFromStreamFunction · 0.45
keyMethod · 0.45
indexMethod · 0.45
memberNameMethod · 0.45
ValueMethod · 0.45
jsoncpp.cppFile · 0.45
getMethod · 0.45
removeMemberMethod · 0.45
isMemberMethod · 0.45
getMemberNamesMethod · 0.45
writeValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected