MCPcopy 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
26static uint getPort(const QString &str)
27{
28 QString sub = str.split(':').last();
29 return sub.toUInt();
30}
31
32static QString getOptions(const QString &str)
33{

Callers 1

parseConnectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected