MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / data

Method data

json/jsoncpp.cpp:2806–2806  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2804
2805// const char* Value::CZString::c_str() const { return cstr_; }
2806const char* Value::CZString::data() const { return cstr_; }
2807unsigned Value::CZString::length() const { return storage_.length_; }
2808bool Value::CZString::isStaticString() const {
2809 return storage_.policy_ == noDuplication;

Callers 12

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

no test coverage detected