MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / FillHiddenOptions

Function FillHiddenOptions

CppCoverage/ProgramOptions.cpp:98–104  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

96
97 //-------------------------------------------------------------------------
98 void FillHiddenOptions(po::options_description& options)
99 {
100 options.add_options()
101 ((ProgramOptions::PluginOption).c_str(), "Plugin mode.")
102 (ProgramOptions::ProgramToRunOption.c_str(), po::value<std::string>())
103 (ProgramOptions::ProgramToRunArgOption.c_str(), po::value<T_Strings>());
104 }
105 }
106
107 //-------------------------------------------------------------------------

Callers 1

ProgramOptionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected