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

Function operator==

common/values/bytes_value.h:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260inline bool operator==(const BytesValue& lhs, absl::string_view rhs) {
261 return lhs.Equals(rhs);
262}
263
264inline bool operator==(absl::string_view lhs, const BytesValue& rhs) {
265 return rhs == lhs;

Callers

nothing calls this directly

Calls 1

EqualsMethod · 0.45

Tested by

no test coverage detected