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

Method AddSelectedPatterns

CppCoverage/Patterns.cpp:50–53  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

48
49 //-------------------------------------------------------------------------
50 void Patterns::AddSelectedPatterns(const std::wstring& pattern)
51 {
52 selectedPatterns_.push_back(pattern);
53 }
54
55 //-------------------------------------------------------------------------
56 const Patterns::T_Patterns& Patterns::GetSelectedPatterns() const

Callers 3

GetPatternsFunction · 0.80
BuildDefaultPatternsMethod · 0.80

Calls

no outgoing calls

Tested by 2

BuildDefaultPatternsMethod · 0.64