MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / protocolString

Function protocolString

src/windscribe-cli/strings.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118QString protocolString(types::Protocol protocol, uint port)
119{
120 return QObject::tr("Protocol: %1:%2").arg(protocol.toLongString()).arg(port);
121}
122
123QString firewallStateString(bool isFirewallOn, bool isFirewallAlwaysOn)
124{

Callers 1

onStateResponseMethod · 0.85

Calls 1

toLongStringMethod · 0.80

Tested by

no test coverage detected