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

Method Patterns

CppCoverage/Patterns.cpp:36–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

34
35 //-------------------------------------------------------------------------
36 Patterns::Patterns(bool isRegexCaseSensitiv)
37 : isRegexCaseSensitiv_(isRegexCaseSensitiv)
38 {
39 }
40
41 //-------------------------------------------------------------------------
42 Patterns::Patterns(Patterns&& pattern)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected