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

Method IsStopOnAssertModeEnabled

CppCoverage/Options.cpp:145–148  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

143
144 //-------------------------------------------------------------------------
145 bool Options::IsStopOnAssertModeEnabled() const
146 {
147 return isStopOnAssertModeEnabled_;
148 }
149
150 //-------------------------------------------------------------------------
151 void Options::AddExport(OptionsExport&& optionExport)

Callers 2

TESTFunction · 0.80
RunFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64