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

Method writeProperty

valdi_core/src/valdi_core/cpp/Utils/JSONWriter.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void JSONWriter::writeProperty(std::string_view str) {
66 writeString(str);
67 writeColon();
68}
69
70void JSONWriter::writeColon() {
71 _output.append(':');

Callers 4

writeValueToJSONWriterFunction · 0.80
writeSnapshotFunction · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected