MCPcopy Create free account
hub / github.com/catboost/catboost / Print

Method Print

library/cpp/cgiparam/cgiparam.cpp:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169TString TCgiParameters::Print() const {
170 TString res;
171
172 res.ReserveAndResize(PrintSize());
173 const char* end = Print(res.begin());
174 res.ReserveAndResize(end - res.data());
175
176 return res;
177}
178
179char* TCgiParameters::Print(char* res) const {
180 if (empty()) {

Callers 1

Y_UNIT_TESTFunction · 0.45

Calls 7

PrintFunction · 0.50
emptyFunction · 0.50
beginFunction · 0.50
CGIEscapeFunction · 0.50
endFunction · 0.50
beginMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected