MCPcopy Create free account
hub / github.com/RenderKit/oidn / TagPattern

Method TagPattern

external/catch.hpp:14632–14635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14630 }
14631
14632 TestSpec::TagPattern::TagPattern( std::string const& tag, std::string const& filterString )
14633 : Pattern( filterString )
14634 , m_tag( toLower( tag ) )
14635 {}
14636
14637 bool TestSpec::TagPattern::matches( TestCaseInfo const& testCase ) const {
14638 return std::find(begin(testCase.lcaseTags),

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.70

Tested by

no test coverage detected