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

Method EnableOptimizedBuildSupport

CppCoverage/Options.cpp:187–190  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

185
186 //-------------------------------------------------------------------------
187 void Options::EnableOptimizedBuildSupport()
188 {
189 isOptimizedBuildSupportEnabled_ = true;
190 }
191
192 //-------------------------------------------------------------------------
193 bool Options::IsOptimizedBuildSupportEnabled() const

Callers 1

ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected