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

Method putColon

source/core/StarFormattedJson.cpp:569–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void FormattedJsonBuilderStream::putColon() {
570 current().appendElement(ColonElement{});
571}
572
573void FormattedJsonBuilderStream::putComma() {
574 current().appendElement(CommaElement{});

Callers 1

toJsonStreamMethod · 0.45

Calls 1

appendElementMethod · 0.80

Tested by

no test coverage detected