MCPcopy 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

OnRequestMethod · 0.45
ExecuteRecvMethod · 0.45
ScheduleRequestMethod · 0.45
DoRecvCycleMethod · 0.45

Calls 1

CurrentExceptionMessageFunction · 0.85

Tested by

no test coverage detected