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

Method length

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

Source from the content-addressed store, hash-verified

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;
2807}

Callers 15

parseMethod · 0.80
readObjectMethod · 0.80
keyMethod · 0.80
memberNameMethod · 0.80
ValueMethod · 0.80
jsoncpp.cppFile · 0.80
getMethod · 0.80
removeMemberMethod · 0.80
isMemberMethod · 0.80
getMemberNamesMethod · 0.80
setCommentMethod · 0.80

Calls

no outgoing calls

Tested by 2

processRequestsMethod · 0.64
parseDERFromPEMMethod · 0.64