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

Method length

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

Source from the content-addressed store, hash-verified

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;
333}

Callers 15

testMethod_lengthFunction · 0.80
checkOutputFunction · 0.80
testUVIStreamFunction · 0.80
testUVStreamReadFunction · 0.80
testUVStreamReadLeakFunction · 0.80
runRealExeFunction · 0.80
LLVMFuzzerTestOneInputFunction · 0.80
parseMethod · 0.80
readObjectMethod · 0.80
writeValueMethod · 0.80
isMultilineArrayMethod · 0.80

Calls

no outgoing calls

Tested by 11

testMethod_lengthFunction · 0.64
checkOutputFunction · 0.64
testUVIStreamFunction · 0.64
testUVStreamReadFunction · 0.64
testUVStreamReadLeakFunction · 0.64
DoDiffLineMethod · 0.64
EndTestMethod · 0.64
ForkProcessMethod · 0.64
doLongPathTestFunction · 0.64