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

Function getProtocol

src/windscribe-cli/cliarguments.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20static QString getProtocol(const QString &str)
21{
22 QString sub = str.split(':').first();
23 return sub;
24}
25
26static uint getPort(const QString &str)
27{

Callers 2

parseConnectMethod · 0.85
parsePortsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected