Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1709
const char *Value::CZString::c_str() const { return cstr_; }
1710
1711
bool Value::CZString::isStaticString() const { return index_ == noDuplication; }
1712
1713
#endif // ifndef JSON_VALUE_USE_INTERNAL_MAP
1714
Callers
1
key
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected