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