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

Method isStaticString

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

Source from the content-addressed store, hash-verified

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

Callers 1

keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected