MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / isSet

Method isSet

cp-profiler/src/cpprofiler/command_line_parser.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39bool CommandLineParser::isSet(const QCommandLineOption &opt)
40{
41 return cl_parser.isSet(opt);
42}
43} // namespace cpprofiler

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected