Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void JSONWriter::writeInt(int64_t i) {
46
write(std::to_string(i));
47
}
48
49
void JSONWriter::writeInt(int32_t i) {
50
write(std::to_string(i));
Callers
3
writeValueToJSONWriter
Function · 0.80
writeSnapshot
Function · 0.80
build
Method · 0.80
Calls
1
to_string
Function · 0.50
Tested by
no test coverage detected