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

Method TProtocol

library/cpp/neh/tcp2.cpp:1597–1599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1595 class TProtocol: public IProtocol {
1596 public:
1597 inline TProtocol() {
1598 InitNetworkSubSystem();
1599 }
1600
1601 IRequesterRef CreateRequester(IOnRequest* cb, const TParsedLocation& loc) override {
1602 return new TServer(cb, loc.GetPort());

Callers

nothing calls this directly

Calls 1

InitNetworkSubSystemFunction · 0.85

Tested by

no test coverage detected