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

Method TagPattern

tutorials/external/catch.hpp:12183–12183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12181 }
12182
12183 TestSpec::TagPattern::TagPattern( std::string const& tag ) : m_tag( toLower( tag ) ) {}
12184 bool TestSpec::TagPattern::matches( TestCaseInfo const& testCase ) const {
12185 return std::find(begin(testCase.lcaseTags),
12186 end(testCase.lcaseTags),

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected