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

Function getOptions

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

Source from the content-addressed store, hash-verified

30}
31
32static QString getOptions(const QString &str)
33{
34 if (str.startsWith("-")) {
35 return str.mid(1);
36 }
37
38 return "";
39}
40
41void CliArguments::setUsername(const QString &username)
42{

Callers 2

parseConnectMethod · 0.85
parseDisconnectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected