MCPcopy 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
176std::string WSConnection::GetURI() const
177{
178 if (_useCustomURI) {
179 return _customURI;
180 }
181 return constructUri(_address, _port);
182}
183
184void WSConnection::Reconnect()
185{

Callers 1

getCellLabelsFunction · 0.45

Calls 1

constructUriFunction · 0.85

Tested by

no test coverage detected