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

Method TFreePortOwner

library/cpp/testing/common/network.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 //@brief helper class for inheritance
47 struct TFreePortOwner {
48 TFreePortOwner() : Port_(GetFreePort()) {}
49
50 ui16 GetPort() const {
51 return Port_;

Callers

nothing calls this directly

Calls 1

GetFreePortFunction · 0.85

Tested by

no test coverage detected