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

Method SetNestedError

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

Source from the content-addressed store, hash-verified

53 bool GetContinueInvoked() const { return this->ContinueInvoked; }
54
55 void SetNestedError() { this->NestedError = true; }
56 bool GetNestedError() const { return this->NestedError; }
57
58 void SetExitCode(int code) noexcept { this->ExitCode = code; }

Callers 3

operator()Method · 0.80
IssueMessageMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected