MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / append

Method append

source/core/StarFormattedJson.cpp:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278FormattedJson FormattedJson::append(String const& key, FormattedJson const& value) const {
279 return objectInsert(key, value, m_elements.size());
280}
281
282FormattedJson FormattedJson::set(String const& key, FormattedJson const& value) const {
283 return objectInsert(key, value, m_elements.size());

Callers 1

appendElementMethod · 0.45

Calls 4

formatFunction · 0.70
typeFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected