MCPcopy Create free account
hub / github.com/Samsung/UTopia / isStaticString

Method isStaticString

external/jsoncpp/jsoncpp.cpp:2719–2721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2717const char *Value::CZString::data() const { return cstr_; }
2718unsigned Value::CZString::length() const { return storage_.length_; }
2719bool Value::CZString::isStaticString() const {
2720 return storage_.policy_ == noDuplication;
2721}
2722
2723// //////////////////////////////////////////////////////////////////
2724// //////////////////////////////////////////////////////////////////

Callers 1

keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected