MCPcopy Index your code
hub / github.com/Kitware/CMake / data

Method data

Utilities/cmjsoncpp/src/lib_json/json_value.cpp:329–329  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

327
328// const char* Value::CZString::c_str() const { return cstr_; }
329const char* Value::CZString::data() const { return cstr_; }
330unsigned Value::CZString::length() const { return storage_.length_; }
331bool Value::CZString::isStaticString() const {
332 return storage_.policy_ == noDuplication;

Callers 15

parseMethod · 0.45
parseFromStreamFunction · 0.45
writeValueMethod · 0.45
ValueMethod · 0.45
findMethod · 0.45
json_value.cppFile · 0.45
getMethod · 0.45
removeMemberMethod · 0.45
isMemberMethod · 0.45
getMemberNamesMethod · 0.45
serializeMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
writeFunction · 0.36