MCPcopy Create free account
hub / github.com/Illumina/paragraph / isStaticString

Method isStaticString

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

Source from the content-addressed store, hash-verified

2808const char* Value::CZString::data() const { return cstr_; }
2809unsigned Value::CZString::length() const { return storage_.length_; }
2810bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
2811
2812// //////////////////////////////////////////////////////////////////
2813// //////////////////////////////////////////////////////////////////

Callers 1

keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected