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

Function Patterns

CppCoverage/Patterns.hpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 public:
32 explicit Patterns(bool isRegexCaseSensitiv = false);
33 Patterns(const Patterns&) = default;
34 Patterns(Patterns&&);
35
36 void AddSelectedPatterns(const std::wstring&);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected