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

Method Scan

library/cpp/cgiparam/cgiparam.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134};
135
136void TCgiParameters::Scan(const TStringBuf query, bool form) {
137 Flush();
138 form ? ScanAdd(query) : ScanAddAll(query);
139}
140
141void TCgiParameters::ScanAdd(const TStringBuf query) {
142 TAddEscaped f = {this};

Callers 1

Y_UNIT_TESTFunction · 0.45

Calls 1

FlushFunction · 0.50

Tested by

no test coverage detected