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

Method putComma

source/core/StarFormattedJson.cpp:573–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573void FormattedJsonBuilderStream::putComma() {
574 current().appendElement(CommaElement{});
575}
576
577FormattedJson FormattedJsonBuilderStream::takeTop() {
578 return m_root.take();

Callers 1

toJsonStreamMethod · 0.45

Calls 1

appendElementMethod · 0.80

Tested by

no test coverage detected