MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / TagPattern

Method TagPattern

tests/catch.hpp:11911–11911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11909 }
11910
11911 TestSpec::TagPattern::TagPattern( std::string const& tag ) : m_tag( toLower( tag ) ) {}
11912 bool TestSpec::TagPattern::matches( TestCaseInfo const& testCase ) const {
11913 return std::find(begin(testCase.lcaseTags),
11914 end(testCase.lcaseTags),

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected