MCPcopy Create free account
hub / github.com/PlayFab/gsdk / isStaticString

Method isStaticString

cpp/cppsdk/jsoncpp.cpp:2805–2807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2803const char* Value::CZString::data() const { return cstr_; }
2804unsigned Value::CZString::length() const { return storage_.length_; }
2805bool Value::CZString::isStaticString() const {
2806 return storage_.policy_ == noDuplication;
2807}
2808
2809// //////////////////////////////////////////////////////////////////
2810// //////////////////////////////////////////////////////////////////

Callers 1

keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected