Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ GetConnectionByName
Function
GetConnectionByName
plugins/base/utils/connection-manager.cpp:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
WSConnection *GetConnectionByName(const QString &name)
262
{
263
return GetConnectionByName(name.toStdString());
264
}
265
266
WSConnection *GetConnectionByName(const std::string &name)
267
{
Callers
3
ConnectionNameAvailable
Function · 0.85
SetConnection
Method · 0.85
setupTab
Function · 0.85
Calls
2
Name
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected