| 133 | } |
| 134 | |
| 135 | bool GCSFilter::Match(const Element& element) const |
| 136 | { |
| 137 | uint64_t query = HashToRange(element); |
| 138 | return MatchInternal(&query, 1); |
| 139 | } |
| 140 | |
| 141 | bool GCSFilter::MatchAny(const ElementSet& elements) const |
| 142 | { |
nothing calls this directly
no test coverage detected