MCPcopy Create free account
hub / github.com/cinder/Cinder / isStaticString

Method isStaticString

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

Source from the content-addressed store, hash-verified

1699const char* Value::CZString::c_str() const { return cstr_; }
1700
1701bool Value::CZString::isStaticString() const { return index_ == noDuplication; }
1702
1703#endif // ifndef JSON_VALUE_USE_INTERNAL_MAP
1704

Callers 1

keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected