MCPcopy Create free account
hub / github.com/Samsung/ONE / data

Method data

runtime/3rdparty/jsoncpp/jsoncpp.cpp:2980–2980  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2978
2979// const char* Value::CZString::c_str() const { return cstr_; }
2980const char *Value::CZString::data() const { return cstr_; }
2981unsigned Value::CZString::length() const { return storage_.length_; }
2982bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
2983

Callers 15

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

Calls

no outgoing calls

Tested by 5

checkContextMemFunction · 0.36
testSyncFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
mainFunction · 0.36