Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Equal
Function
Equal
runtime/standard/equality_functions.cc:102–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
101
template <class Type>
102
absl::optional<bool> Equal(Type lhs, Type rhs) {
103
return lhs == rhs;
104
}
105
106
template <>
107
absl::optional<bool> Equal(const StringValue& lhs, const StringValue& rhs) {
Callers
nothing calls this directly
Calls
2
Equals
Method · 0.45
name
Method · 0.45
Tested by
no test coverage detected