Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ WriteSpace
Method
WriteSpace
library/cpp/json/json_prettifier.cpp:135–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void WriteSpace(char sp) {
136
if (Compactify) {
137
Out.Flush();
138
return;
139
}
140
141
Out.Write(sp);
142
}
143
144
void OnVal() {
145
if (Out.Dirty &&
':'
== Out.Last) {
Callers
nothing calls this directly
Calls
2
Flush
Method · 0.45
Write
Method · 0.45
Tested by
no test coverage detected