MCPcopy Create free account
hub / github.com/MITK/MITK / argumentAdded

Method argumentAdded

Modules/CommandLine/src/mitkCommandLineParser.cpp:896–899  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

894
895// --------------------------------------------------------------------------
896bool mitkCommandLineParser::argumentAdded(const string &argument) const
897{
898 return (this->Internal->ArgNameToArgumentDescriptionMap.count(argument) != 0);
899}
900
901// --------------------------------------------------------------------------
902bool mitkCommandLineParser::argumentParsed(const string &argument) const

Callers 1

parseArgumentsMethod · 0.95

Calls 1

countMethod · 0.80

Tested by

no test coverage detected