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

Method InitialPass

Source/CTest/cmCTestMemCheckCommand.cxx:56–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool cmCTestMemCheckCommand::InitialPass(std::vector<std::string> const& args,
57 cmExecutionStatus& status) const
58{
59 static auto const parser =
60 cmArgumentParser<MemCheckArguments>{ MakeTestParser<MemCheckArguments>() }
61 .Bind("DEFECT_COUNT"_s, &MemCheckArguments::DefectCount);
62
63 return this->Invoke(parser, args, status, [&](MemCheckArguments& a) {
64 return this->ExecuteHandlerCommand(a, status);
65 });
66}

Callers

nothing calls this directly

Calls 3

InvokeMethod · 0.80
ExecuteHandlerCommandMethod · 0.80
BindMethod · 0.45

Tested by

no test coverage detected