MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / hasFilters

Method hasFilters

unittests/catch.hpp:10427–10429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10425 }
10426
10427 bool TestSpec::hasFilters() const {
10428 return !m_filters.empty();
10429 }
10430 bool TestSpec::matches( TestCaseInfo const& testCase ) const {
10431 // A TestSpec matches if any filter matches
10432 for( auto const& filter : m_filters )

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected