Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ AbslHashValue
Function
AbslHashValue
base/operators.h:182–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
template <typename H>
182
H AbslHashValue(H state, const Operator& op) {
183
return H::combine(std::move(state), static_cast<int>(op.id()));
184
}
185
186
class UnaryOperator final {
187
public:
Callers
nothing calls this directly
Calls
1
id
Method · 0.45
Tested by
no test coverage detected