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

Function GetFreePortsRange

library/cpp/testing/common/network.cpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 return Singleton<TPortManager>()->GetPort(port);
235 }
236 TVector<TPortHolder> GetFreePortsRange(size_t count) {
237 return Singleton<TPortManager>()->GetFreePortsRange(count);
238 }
239 }
240
241 IOutputStream& operator<<(IOutputStream& out, const TPortHolder& port) {

Callers 2

GetPortsRangeMethod · 0.85
TEST_FFunction · 0.85

Calls 1

GetFreePortsRangeMethod · 0.80

Tested by 1

GetPortsRangeMethod · 0.68