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

Method DisableAggregateByFileMode

CppCoverage/Options.cpp:115–118  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

113
114 //-------------------------------------------------------------------------
115 void Options::DisableAggregateByFileMode()
116 {
117 isAggregateByFileModeEnabled_ = false;
118 }
119
120 //-------------------------------------------------------------------------
121 bool Options::IsAggregateByFileModeEnabled() const

Callers 1

ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected