MCPcopy Create free account
hub / github.com/Illumina/hap.py / isStaticString

Method isStaticString

external/jsoncpp/jsoncpp.cpp:1711–1711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1709const char *Value::CZString::c_str() const { return cstr_; }
1710
1711bool Value::CZString::isStaticString() const { return index_ == noDuplication; }
1712
1713#endif // ifndef JSON_VALUE_USE_INTERNAL_MAP
1714

Callers 1

keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected