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

Function operator!=

common/values/bytes_value.h:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268inline bool operator!=(const BytesValue& lhs, absl::string_view rhs) {
269 return !lhs.Equals(rhs);
270}
271
272inline bool operator!=(absl::string_view lhs, const BytesValue& rhs) {
273 return rhs != lhs;

Callers

nothing calls this directly

Calls 1

EqualsMethod · 0.45

Tested by

no test coverage detected