MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / isStaticString

Method isStaticString

src/share/jsoncpp/jsoncpp.cpp:2779–2779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2777const char* Value::CZString::data() const { return cstr_; }
2778unsigned Value::CZString::length() const { return storage_.length_; }
2779bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
2780
2781// //////////////////////////////////////////////////////////////////
2782// //////////////////////////////////////////////////////////////////

Callers 1

keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected