MCPcopy Create free account
hub / github.com/dblalock/bolt / TagPattern

Method TagPattern

cpp/quantize/catch.hpp:2791–2791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2789 class TagPattern : public Pattern {
2790 public:
2791 TagPattern( std::string const& tag ) : m_tag( toLower( tag ) ) {}
2792 virtual ~TagPattern();
2793 virtual bool matches( TestCaseInfo const& testCase ) const {
2794 return testCase.lcaseTags.find( m_tag ) != testCase.lcaseTags.end();

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.70

Tested by

no test coverage detected