Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
inline bool operator!=(const BytesValue& lhs, absl::string_view rhs) {
269
return !lhs.Equals(rhs);
270
}
271
272
inline bool operator!=(absl::string_view lhs, const BytesValue& rhs) {
273
return rhs != lhs;
Callers
nothing calls this directly
Calls
1
Equals
Method · 0.45
Tested by
no test coverage detected