MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / isStaticString

Method isStaticString

Source/JSON/jsoncpp.cpp:2447–2447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2445const char* Value::CZString::data() const { return cstr_; }
2446unsigned Value::CZString::length() const { return storage_.length_; }
2447bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
2448
2449// //////////////////////////////////////////////////////////////////
2450// //////////////////////////////////////////////////////////////////

Callers 1

keyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected