Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Replay
Method · 0.80
RunListFile
Method · 0.80
invoke
Method · 0.80
Replay
Method · 0.80
Replay
Method · 0.80
operator()
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected