Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ Filter
Class
Filter
unittests/catch.hpp:3144–3148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3142
};
3143
3144
struct Filter {
3145
std::vector<PatternPtr> m_patterns;
3146
3147
bool matches( TestCaseInfo const& testCase ) const;
3148
};
3149
3150
public:
3151
bool hasFilters() const;
Callers
1
addFilter
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected