MCPcopy Create free account
hub / github.com/SOUI2/soui / data

Method data

third-part/jsoncpp/src/lib_json/json_value.cpp:339–339  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

337
338//const char* Value::CZString::c_str() const { return cstr_; }
339const char* Value::CZString::data() const { return cstr_; }
340unsigned Value::CZString::length() const { return storage_.length_; }
341bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
342

Callers 12

parseMethod · 0.45
parseFromStreamFunction · 0.45
writeValueMethod · 0.45
ValueMethod · 0.45
json_value.cppFile · 0.45
getMethod · 0.45
removeMemberMethod · 0.45
isMemberMethod · 0.45
getMemberNamesMethod · 0.45
parseAndSaveValueTreeFunction · 0.45
ToJsonStringFunction · 0.45
JSONTEST_FIXTUREFunction · 0.45

Calls

no outgoing calls

Tested by 1

ToJsonStringFunction · 0.36