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

Method JSONWriter

MonaCore/sources/JSONWriter.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30JSONWriter::JSONWriter(const PoolBuffers& poolBuffers) : DataWriter(poolBuffers),_first(true),_layers(0) {
31 packet.write("[]");
32}
33
34void JSONWriter::clear(UInt32 size) {
35 _first=true;

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected