Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ writeNewLine
Method
writeNewLine
valdi_core/src/valdi_core/cpp/Utils/JSONWriter.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void JSONWriter::writeNewLine() {
95
_output.append(
'\n'
);
96
}
97
98
void JSONWriter::write(std::string_view str) {
99
_output.append(str.begin(), str.end());
Callers
1
build
Method · 0.80
Calls
1
append
Method · 0.65
Tested by
no test coverage detected