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

Method beginArray

source/core/StarJsonParser.hpp:607–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605 }
606
607 void beginArray() {
608 startValue();
609 pushState(Array);
610 write('[');
611 }
612
613 void endArray() {
614 popState(Array);

Callers 2

arrayMethod · 0.45
sequenceMethod · 0.45

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected