MCPcopy 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
375bool FormattedJson::contains(String const& key) const {
376 return m_jsonValue.contains(key);
377}
378
379Json::Type FormattedJson::type() const {
380 return m_jsonValue.type();

Callers 2

insertBeforeMethod · 0.45
insertAfterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected