| 202 | } |
| 203 | |
| 204 | absl::optional<bool> HeterogeneousEqualProvider::operator()( |
| 205 | const CelValue& lhs, const CelValue& rhs) const { |
| 206 | return CelValueEqualImpl(lhs, rhs); |
| 207 | } |
| 208 | |
| 209 | } // namespace |
| 210 |
nothing calls this directly
no test coverage detected