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

Method isStaticString

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

Source from the content-addressed store, hash-verified

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
2984// //////////////////////////////////////////////////////////////////
2985// //////////////////////////////////////////////////////////////////

Callers 1

keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected