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:260–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
inline bool operator==(const BytesValue& lhs, absl::string_view rhs) {
261
return lhs.Equals(rhs);
262
}
263
264
inline bool operator==(absl::string_view lhs, const BytesValue& rhs) {
265
return rhs == lhs;
Callers
nothing calls this directly
Calls
1
Equals
Method · 0.45
Tested by
no test coverage detected