MCPcopy 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
181template <typename H>
182H AbslHashValue(H state, const Operator& op) {
183 return H::combine(std::move(state), static_cast<int>(op.id()));
184}
185
186class UnaryOperator final {
187 public:

Callers

nothing calls this directly

Calls 1

idMethod · 0.45

Tested by

no test coverage detected