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

Method endArray

MonaCore/sources/JSONWriter.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void JSONWriter::endArray() {
67
68 packet.write8(']');
69
70 end(true);
71}
72
73
74void JSONWriter::writePropertyName(const char* value) {

Callers 2

readOneMethod · 0.45
readOneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected