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

Method GetNestedError

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

Source from the content-addressed store, hash-verified

54
55 void SetNestedError() { this->NestedError = true; }
56 bool GetNestedError() const { return this->NestedError; }
57
58 void SetExitCode(int code) noexcept { this->ExitCode = code; }
59 bool HasExitCode() const noexcept { return this->ExitCode.has_value(); }

Callers 3

operator()Method · 0.80
ExecuteCommandMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected