MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / EnableStopOnAssertMode

Method EnableStopOnAssertMode

CppCoverage/Options.cpp:139–142  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

137
138 //-------------------------------------------------------------------------
139 void Options::EnableStopOnAssertMode()
140 {
141 isStopOnAssertModeEnabled_ = true;
142 }
143
144 //-------------------------------------------------------------------------
145 bool Options::IsStopOnAssertModeEnabled() const

Callers 1

ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected