Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
ui16 TPortManager::GetPortsRange(const ui16 startPort, const ui16 range) {
98
return Impl_->GetPortsRange(startPort, range);
99
}
100
101
ui16 GetRandomPort() {
102
TPortManager* pm = Singleton<TPortManager>(false);
Callers
1
get_port_ranges
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected