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

Method writeInt

valdi_core/src/valdi_core/cpp/Utils/JSONWriter.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void JSONWriter::writeInt(int64_t i) {
46 write(std::to_string(i));
47}
48
49void JSONWriter::writeInt(int32_t i) {
50 write(std::to_string(i));

Callers 3

writeValueToJSONWriterFunction · 0.80
writeSnapshotFunction · 0.80
buildMethod · 0.80

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected