Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
static QString getProtocol(const QString &str)
21
{
22
QString sub = str.split(
':'
).first();
23
return sub;
24
}
25
26
static uint getPort(const QString &str)
27
{
Callers
2
parseConnect
Method · 0.85
parsePorts
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected