MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / isAnyArgumentSet

Method isAnyArgumentSet

src/utils/CliRemoteController.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41bool CliRemoteController::isAnyArgumentSet(QCommandLineParser &parser) const
42{
43 for(auto* opt : _options) {
44 if(parser.isSet(*opt))
45 return true;
46 }
47 return false;
48}
49
50bool CliRemoteController::execute(QCommandLineParser &parser)
51{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected