MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / length

Method length

vrclient_x64/jsoncpp.cpp:2725–2725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2723//const char* Value::CZString::c_str() const { return cstr_; }
2724const char* Value::CZString::data() const { return cstr_; }
2725unsigned Value::CZString::length() const { return storage_.length_; }
2726bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
2727
2728// //////////////////////////////////////////////////////////////////

Callers 15

json_convert_pathsFunction · 0.80
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

Calls

no outgoing calls

Tested by

no test coverage detected