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

Method TProtos

library/cpp/neh/udp.cpp:597–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595 class TProtos {
596 public:
597 inline TProtos() {
598 TSockets s;
599
600 CreateSocketsOnRandomPort(s);
601 Init(nullptr, s);
602 }
603
604 inline TProtos(IOnRequest* cb, ui16 port) {
605 TSockets s;

Callers

nothing calls this directly

Calls 3

CreateSocketsFunction · 0.85
InitFunction · 0.50

Tested by

no test coverage detected