Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ GetURI
Method
GetURI
plugins/base/utils/connection-manager.cpp:176–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
std::string WSConnection::GetURI() const
177
{
178
if (_useCustomURI) {
179
return _customURI;
180
}
181
return constructUri(_address, _port);
182
}
183
184
void WSConnection::Reconnect()
185
{
Callers
1
getCellLabels
Function · 0.45
Calls
1
constructUri
Function · 0.85
Tested by
no test coverage detected