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

Method hasFilters

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

Source from the content-addressed store, hash-verified

11928 }
11929
11930 bool TestSpec::hasFilters() const {
11931 return !m_filters.empty();
11932 }
11933 bool TestSpec::matches( TestCaseInfo const& testCase ) const {
11934 // A TestSpec matches if any filter matches
11935 for( auto const& filter : m_filters )

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected