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

Method endObject

MonaCore/sources/JSONWriter.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void JSONWriter::endObject() {
53
54 packet.write8('}');
55
56 end(true);
57}
58
59UInt64 JSONWriter::beginArray(UInt32 size) {
60 start(true);

Callers 6

readOneMethod · 0.45
messageHandlerMethod · 0.45
readOneMethod · 0.45
FlashWriter.cppFile · 0.45
readOneMethod · 0.45
SendNewCandidateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected