MCPcopy Create free account
hub / github.com/dirkvdb/ffmpegthumbnailer / TagPattern

Method TagPattern

test/testframework/catch.hpp:3195–3195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3193 class TagPattern : public Pattern {
3194 public:
3195 TagPattern( std::string const& tag ) : m_tag( toLower( tag ) ) {}
3196 virtual ~TagPattern();
3197 virtual bool matches( TestCaseInfo const& testCase ) const {
3198 return testCase.lcaseTags.find( m_tag ) != testCase.lcaseTags.end();

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected