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

Method AddExcludedLineRegex

CppCoverage/Options.cpp:199–202  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

197
198 //-------------------------------------------------------------------------
199 void Options::AddExcludedLineRegex(const std::wstring& excludedRegex)
200 {
201 excludedLineRegexes_.push_back(excludedRegex);
202 }
203
204 //-------------------------------------------------------------------------
205 const std::vector<std::wstring>& Options::GetExcludedLineRegexes() const

Callers 1

AddExcludedLineRegexesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected