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

Function InitPortManagerFromEnv

library/cpp/testing/common/network.cpp:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222
223namespace NTesting {
224 void InitPortManagerFromEnv() {
225 Singleton<TPortManager>()->InitFromEnv();
226 }
227
228 TPortHolder GetFreePort() {
229 return Singleton<TPortManager>()->GetFreePort();

Callers 1

TEST_FFunction · 0.85

Calls 1

InitFromEnvMethod · 0.80

Tested by

no test coverage detected