MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / beginArray

Method beginArray

MonaCore/sources/JSONWriter.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59UInt64 JSONWriter::beginArray(UInt32 size) {
60 start(true);
61
62 packet.write8('[');
63 return 0;
64}
65
66void JSONWriter::endArray() {
67

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected