MCPcopy 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

FlushMethod · 0.45
WriteMethod · 0.45

Tested by

no test coverage detected