MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / data

Method data

Libraries/jsoncpp-0.y.z/src/lib_json/json_value.cpp:283–283  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

281
282//const char* Value::CZString::c_str() const { return cstr_; }
283const char* Value::CZString::data() const { return cstr_; }
284unsigned Value::CZString::length() const { return storage_.length_; }
285bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
286

Callers 9

parseFromStreamFunction · 0.45
writeValueMethod · 0.45
ValueMethod · 0.45
json_value.cppFile · 0.45
getMethod · 0.45
removeMemberMethod · 0.45
isMemberMethod · 0.45
getMemberNamesMethod · 0.45
JSONTEST_FIXTUREFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected