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

Method isStaticString

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

Source from the content-addressed store, hash-verified

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;
2810}
2811
2812// //////////////////////////////////////////////////////////////////
2813// //////////////////////////////////////////////////////////////////

Callers 1

keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected