Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ constructUri
Function
constructUri
plugins/base/utils/connection-manager.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
static std::string constructUri(std::string addr, int port)
172
{
173
return
"ws://"
+ addr +
":"
+ std::to_string(port);
174
}
175
176
std::string WSConnection::GetURI() const
177
{
Callers
2
GetURI
Method · 0.85
TestConnection
Method · 0.85
Calls
1
to_string
Function · 0.85
Tested by
1
TestConnection
Method · 0.68