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

Method data

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

const char* Value::CZString::c_str() const { return cstr_; }

Source from the content-addressed store, hash-verified

2806
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

Callers 12

parseMethod · 0.80
parseFromStreamFunction · 0.80
keyMethod · 0.80
indexMethod · 0.80
memberNameMethod · 0.80
ValueMethod · 0.80
jsoncpp.cppFile · 0.80
getMethod · 0.80
removeMemberMethod · 0.80
isMemberMethod · 0.80
getMemberNamesMethod · 0.80
writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected