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

Method GetReturnInvoked

Source/cmExecutionStatus.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 this->ReturnInvoked = true;
42 }
43 bool GetReturnInvoked() const { return this->ReturnInvoked; }
44 std::vector<std::string> const& GetReturnVariables() const
45 {
46 return this->Variables;

Callers 7

operator()Method · 0.80
ReplayMethod · 0.80
RunListFileMethod · 0.80
invokeMethod · 0.80
ReplayMethod · 0.80
ReplayMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected