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

Method SetBreakInvoked

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

Source from the content-addressed store, hash-verified

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

Callers 4

cmBreakCommandFunction · 0.80
ReplayMethod · 0.80
ReplayMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected