MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / operator()

Method operator()

eval/internal/cel_value_equal.cc:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204absl::optional<bool> HeterogeneousEqualProvider::operator()(
205 const CelValue& lhs, const CelValue& rhs) const {
206 return CelValueEqualImpl(lhs, rhs);
207}
208
209} // namespace
210

Callers

nothing calls this directly

Calls 1

CelValueEqualImplFunction · 0.70

Tested by

no test coverage detected