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

Method GetBreakInvoked

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

Source from the content-addressed store, hash-verified

48
49 void SetBreakInvoked() { this->BreakInvoked = true; }
50 bool GetBreakInvoked() const { return this->BreakInvoked; }
51
52 void SetContinueInvoked() { this->ContinueInvoked = true; }
53 bool GetContinueInvoked() const { return this->ContinueInvoked; }

Callers 5

ReplayMethod · 0.80
invokeMethod · 0.80
ReplayMethod · 0.80
ReplayMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected