MCPcopy 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
261WSConnection *GetConnectionByName(const QString &name)
262{
263 return GetConnectionByName(name.toStdString());
264}
265
266WSConnection *GetConnectionByName(const std::string &name)
267{

Callers 3

ConnectionNameAvailableFunction · 0.85
SetConnectionMethod · 0.85
setupTabFunction · 0.85

Calls 2

NameMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected