MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / formatProtocolUsageText

Function formatProtocolUsageText

plugins/base/utils/websocket-tab.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static QString formatProtocolUsageText(WSConnection *connection)
104{
105 return obs_module_text(
106 connection->IsUsingOBSProtocol()
107 ? "AdvSceneSwitcher.websocketConnectionTab.protocol.yes"
108 : "AdvSceneSwitcher.websocketConnectionTab.protocol.no");
109}
110
111static QStringList getCellLabels(WSConnection *connection, bool addName = true)
112{

Callers 1

getCellLabelsFunction · 0.85

Calls 2

obs_module_textFunction · 0.85
IsUsingOBSProtocolMethod · 0.80

Tested by

no test coverage detected