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

Method endArray

source/core/StarJsonParser.hpp:613–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611 }
612
613 void endArray() {
614 popState(Array);
615 write(']');
616 }
617
618 void putString(char32_t const* s, size_t len) {
619 startValue();

Callers 2

arrayMethod · 0.45
sequenceMethod · 0.45

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected