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

Method SetReturnInvoked

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

Source from the content-addressed store, hash-verified

31 std::string const& GetError() const { return this->Error; }
32
33 void SetReturnInvoked()
34 {
35 this->Variables.clear();
36 this->ReturnInvoked = true;
37 }
38 void SetReturnInvoked(std::vector<std::string> variables)
39 {
40 this->Variables = std::move(variables);

Callers 8

ReplayMethod · 0.80
invokeMethod · 0.80
ReplayMethod · 0.80
cmReturnCommandFunction · 0.80
cmIncludeCommandFunction · 0.80
ReplayMethod · 0.80
operator()Method · 0.80
cmIncludeGuardCommandFunction · 0.80

Calls 2

moveFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected