Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnRequest
Method
OnRequest
library/cpp/neh/tcp2.cpp:1549–1555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1547
}
1548
1549
void OnRequest(IRequestRef& r) {
1550
try {
1551
CB_->OnRequest(r);
1552
} catch (...) {
1553
Cdbg << CurrentExceptionMessage() << Endl;
1554
}
1555
}
1556
1557
private:
1558
TVector<TTcpAcceptorPtr> A_;
Callers
4
OnRequest
Method · 0.45
ExecuteRecv
Method · 0.45
ScheduleRequest
Method · 0.45
DoRecvCycle
Method · 0.45
Calls
1
CurrentExceptionMessage
Function · 0.85
Tested by
no test coverage detected