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

Function GetFreePort

library/cpp/testing/common/network.cpp:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 TPortHolder GetFreePort() {
229 return Singleton<TPortManager>()->GetFreePort();
230 }
231
232 namespace NLegacy {
233 TPortHolder GetPort( ui16 port ) {

Callers 4

GetPortMethod · 0.85
GetPortMethod · 0.85
TFreePortOwnerMethod · 0.85
TEST_FFunction · 0.85

Calls 1

GetFreePortMethod · 0.80

Tested by 1

GetPortMethod · 0.68