MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / ApplyMatcher

Function ApplyMatcher

runtime/internal/issue_collector_test.cc:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27template <typename Matcher, typename T>
28bool ApplyMatcher(Matcher m, const T& t) {
29 return static_cast<testing::Matcher<T>>(m).Matches(t);
30}
31
32TEST(IssueCollector, CollectsIssues) {
33 IssueCollector issue_collector(RuntimeIssue::Severity::kError);

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected