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

Method CreateRequester

library/cpp/neh/tcp2.cpp:1601–1603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1599 }
1600
1601 IRequesterRef CreateRequester(IOnRequest* cb, const TParsedLocation& loc) override {
1602 return new TServer(cb, loc.GetPort());
1603 }
1604
1605 THandleRef ScheduleRequest(const TMessage& msg, IOnRecv* fallback, TServiceStatRef& ss) override {
1606 return Singleton<TClient>()->Schedule(msg, fallback, ss);

Callers

nothing calls this directly

Calls 1

GetPortMethod · 0.45

Tested by

no test coverage detected