MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / length

Method length

edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:366–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364// const char* Value::CZString::c_str() const { return cstr_; }
365const char* Value::CZString::data() const { return cstr_; }
366unsigned Value::CZString::length() const { return storage_.length_; }
367bool Value::CZString::isStaticString() const {
368 return storage_.policy_ == noDuplication;
369}

Callers 15

parseMethod · 0.45
readObjectMethod · 0.45
writeValueMethod · 0.45
isMultilineArrayMethod · 0.45
writeIndentMethod · 0.45
ValueMethod · 0.45
json_value.cppFile · 0.45
getMethod · 0.45
removeMemberMethod · 0.45
isMemberMethod · 0.45
getMemberNamesMethod · 0.45
setCommentMethod · 0.45

Calls

no outgoing calls

Tested by 1

ToJsonStringFunction · 0.36