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

Method length

Sources/Dependencies/jsoncpp/value.cpp:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327 return cstr_;
328 }
329 unsigned Value::CZString::length() const {
330 return storage_.length_;
331 }
332 bool Value::CZString::isStaticString() const {
333 return storage_.policy_ == noDuplication;
334 }

Callers 15

SplitSourcePrefixesFunction · 0.45
ValueMethod · 0.45
findMethod · 0.45
value.cppFile · 0.45
getMethod · 0.45
removeMemberMethod · 0.45
isMemberMethod · 0.45
getMemberNamesMethod · 0.45
makePathMethod · 0.45
writeValueMethod · 0.45
isMultilineArrayMethod · 0.45
readObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected