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

Method SetContinueInvoked

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

Source from the content-addressed store, hash-verified

50 bool GetBreakInvoked() const { return this->BreakInvoked; }
51
52 void SetContinueInvoked() { this->ContinueInvoked = true; }
53 bool GetContinueInvoked() const { return this->ContinueInvoked; }
54
55 void SetNestedError() { this->NestedError = true; }

Callers 3

cmContinueCommandFunction · 0.80
ReplayMethod · 0.80
ReplayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected