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

Method Match

CppCoverage/Wildcards.cpp:56–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

54
55 //-------------------------------------------------------------------------
56 bool Wildcards::Match(const std::wstring& str) const
57 {
58 return std::regex_search(str, wildcars_);
59 }
60
61 //-------------------------------------------------------------------------
62 std::wostream& operator<<(std::wostream& ostr, const Wildcards& wildcards)

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36