MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / data

Method data

Sources/Dependencies/jsoncpp/value.cpp:326–328  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

324
325 // const char* Value::CZString::c_str() const { return cstr_; }
326 const char* Value::CZString::data() const {
327 return cstr_;
328 }
329 unsigned Value::CZString::length() const {
330 return storage_.length_;
331 }

Callers 11

ValueMethod · 0.45
findMethod · 0.45
value.cppFile · 0.45
getMethod · 0.45
removeMemberMethod · 0.45
isMemberMethod · 0.45
getMemberNamesMethod · 0.45
writeValueMethod · 0.45
keyMethod · 0.45
indexMethod · 0.45
memberNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected