Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
void TCgiParameters::Scan(const TStringBuf query, bool form) {
137
Flush();
138
form ? ScanAdd(query) : ScanAddAll(query);
139
}
140
141
void TCgiParameters::ScanAdd(const TStringBuf query) {
142
TAddEscaped f = {this};
Callers
1
Y_UNIT_TEST
Function · 0.45
Calls
1
Flush
Function · 0.50
Tested by
no test coverage detected