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

Method ScheduleRequest

library/cpp/neh/tcp.cpp:663–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661 }
662
663 THandleRef ScheduleRequest(const TNehMessage& msg, IOnRecv* fallback, TServiceStatRef& ss) override {
664 return Client()->Schedule(msg, fallback, ss);
665 }
666
667 TStringBuf Scheme() const noexcept override {
668 return TStringBuf("tcp");

Callers

nothing calls this directly

Calls 2

ClientFunction · 0.85
ScheduleMethod · 0.45

Tested by

no test coverage detected