MCPcopy Create free account
hub / github.com/Snapchat/Valdi / writeEndObject

Method writeEndObject

valdi_core/src/valdi_core/cpp/Utils/JSONWriter.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void JSONWriter::writeEndObject() {
79 _output.append('}');
80}
81
82void JSONWriter::writeBeginArray() {
83 _output.append('[');

Callers 4

writeValueToJSONWriterFunction · 0.80
writeSnapshotFunction · 0.80
buildMethod · 0.80

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected