MCPcopy Create free account
hub / github.com/Kitware/CMake / InitialPass

Method InitialPass

Source/CTest/cmCTestCoverageCommand.cxx:41–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41bool cmCTestCoverageCommand::InitialPass(std::vector<std::string> const& args,
42 cmExecutionStatus& status) const
43{
44 using Args = CoverageArguments;
45 static auto const parser =
46 cmArgumentParser<Args>{ MakeHandlerParser<Args>() } //
47 .Bind("LABELS"_s, &CoverageArguments::Labels);
48
49 return this->Invoke(parser, args, status, [&](CoverageArguments& a) {
50 return this->ExecuteHandlerCommand(a, status);
51 });
52}

Callers

nothing calls this directly

Calls 3

InvokeMethod · 0.80
ExecuteHandlerCommandMethod · 0.80
BindMethod · 0.45

Tested by

no test coverage detected