Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnRequest
Method
OnRequest
library/cpp/neh/tcp2.cpp:1303–1306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1301
}
1302
1303
void OnRequest(IRequestRef& r) {
1304
DBGOUT(
"OnRequest()"
);
1305
Srv_.OnRequest(r);
1306
}
1307
1308
void OnCancelRequest(TRequestId reqId) {
1309
THashMap<TRequestId, TRequest::TStateRef>::iterator it = ReqsState_.find(reqId);
Callers
nothing calls this directly
Calls
1
OnRequest
Method · 0.45
Tested by
no test coverage detected