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

Method size

source/core/StarFormattedJson.cpp:371–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371size_t FormattedJson::size() const {
372 return m_jsonValue.size();
373}
374
375bool FormattedJson::contains(String const& key) const {
376 return m_jsonValue.contains(key);

Callers 14

getMethod · 0.45
indexOfFunction · 0.45
detectWhitespaceFunction · 0.45
appendMethod · 0.45
setMethod · 0.45
removeValueFromArrayFunction · 0.45
insertMethod · 0.45
eraseIndexMethod · 0.45
appendElementMethod · 0.45
endObjectMethod · 0.45
endArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected