MCPcopy Create free account
hub / github.com/PlayFab/gsdk / data

Method data

cpp/cppsdk/jsoncpp.cpp:2803–2803  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2801
2802// const char* Value::CZString::c_str() const { return cstr_; }
2803const char* Value::CZString::data() const { return cstr_; }
2804unsigned Value::CZString::length() const { return storage_.length_; }
2805bool Value::CZString::isStaticString() const {
2806 return storage_.policy_ == noDuplication;

Callers 12

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

Calls

no outgoing calls

Tested by

no test coverage detected