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

Method GetPortsRange

library/cpp/testing/unittest/tests_data.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97ui16 TPortManager::GetPortsRange(const ui16 startPort, const ui16 range) {
98 return Impl_->GetPortsRange(startPort, range);
99}
100
101ui16 GetRandomPort() {
102 TPortManager* pm = Singleton<TPortManager>(false);

Callers 1

get_port_rangesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected