Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Windscribe/Desktop-App
/ getPort
Function
getPort
src/windscribe-cli/cliarguments.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
static uint getPort(const QString &str)
27
{
28
QString sub = str.split(
':'
).last();
29
return sub.toUInt();
30
}
31
32
static QString getOptions(const QString &str)
33
{
Callers
1
parseConnect
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected