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

Method writeNull

valdi_core/src/valdi_core/cpp/Utils/JSONWriter.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31JSONWriter::JSONWriter(ByteBuffer& output) : _output(output) {}
32
33void JSONWriter::writeNull() {
34 write("null");
35}
36
37void JSONWriter::writeString(std::string_view str) {
38 if (needsUnicodeEscaping(str)) {

Callers 1

writeValueToJSONWriterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected