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

Method MatchAndExplain

eval/public/testing/matchers.cc:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 explicit CelValueEqualImpl(const CelValue& v) : value_(v) {}
30
31 bool MatchAndExplain(CelValue arg,
32 MatchResultListener* listener) const override {
33 return CelValueEqual(arg, value_);
34 }
35
36 void DescribeTo(std::ostream* os) const override {
37 *os << value_.DebugString();

Callers

nothing calls this directly

Calls 1

CelValueEqualFunction · 0.85

Tested by

no test coverage detected