MCPcopy Create free account
hub / github.com/Illumina/paragraph / length

Method length

external/jsoncpp/jsoncpp.cpp:2809–2809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2807//const char* Value::CZString::c_str() const { return cstr_; }
2808const char* Value::CZString::data() const { return cstr_; }
2809unsigned Value::CZString::length() const { return storage_.length_; }
2810bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
2811
2812// //////////////////////////////////////////////////////////////////

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected