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

Method Invoke

Source/CTest/cmCTestHandlerCommand.h:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66protected:
67 template <typename Args, typename Handler>
68 bool Invoke(cmArgumentParser<Args> const& parser,
69 std::vector<std::string> const& arguments,
70 cmExecutionStatus& status, Handler handler) const
71 {
72 std::vector<std::string> unparsed;
73 Args args = parser.Parse(arguments, &unparsed);
74 return this->InvokeImpl(args, unparsed, status,
75 [&]() -> bool { return handler(args); });
76 };
77
78 bool ExecuteHandlerCommand(HandlerArguments& args,
79 cmExecutionStatus& status) const;

Callers 11

InstanceCallMacroFunction · 0.80
GetSolutionObjectFunction · 0.80
GetSolutionFullNameFunction · 0.80
InitialPassMethod · 0.80
InitialPassMethod · 0.80
InitialPassMethod · 0.80
InitialPassMethod · 0.80
InitialPassMethod · 0.80
InitialPassMethod · 0.80
InitialPassMethod · 0.80
InitialPassMethod · 0.80

Calls 2

InvokeImplMethod · 0.95
ParseMethod · 0.45

Tested by

no test coverage detected