Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ contains
Method
contains
source/core/StarFormattedJson.cpp:375–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
373
}
374
375
bool FormattedJson::contains(String const& key) const {
376
return m_jsonValue.contains(key);
377
}
378
379
Json::Type FormattedJson::type() const {
380
return m_jsonValue.type();
Callers
2
insertBefore
Method · 0.45
insertAfter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected