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

Method AddExcludedPatterns

CppCoverage/Patterns.cpp:62–65  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

60
61 //-------------------------------------------------------------------------
62 void Patterns::AddExcludedPatterns(const std::wstring& pattern)
63 {
64 excludedPatterns_.push_back(pattern);
65 }
66
67 //-------------------------------------------------------------------------
68 const Patterns::T_Patterns& Patterns::GetExcludedPatterns() const

Callers 2

GetPatternsFunction · 0.80
BuildDefaultPatternsMethod · 0.80

Calls

no outgoing calls

Tested by 1

BuildDefaultPatternsMethod · 0.64