MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / isStaticString

Method isStaticString

vrclient_x64/jsoncpp.cpp:2726–2726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2724const char* Value::CZString::data() const { return cstr_; }
2725unsigned Value::CZString::length() const { return storage_.length_; }
2726bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
2727
2728// //////////////////////////////////////////////////////////////////
2729// //////////////////////////////////////////////////////////////////

Callers 1

keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected