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

Method IsOptimizedBuildSupportEnabled

CppCoverage/Options.cpp:193–196  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

191
192 //-------------------------------------------------------------------------
193 bool Options::IsOptimizedBuildSupportEnabled() const
194 {
195 return isOptimizedBuildSupportEnabled_;
196 }
197
198 //-------------------------------------------------------------------------
199 void Options::AddExcludedLineRegex(const std::wstring& excludedRegex)

Callers 2

TESTFunction · 0.80
RunFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64