MCPcopy Create free account
hub / github.com/cel-expr/cel-go / evalEq

Struct evalEq

interpreter/interpretable.go:427–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427type evalEq struct {
428 id int64
429 lhs InterpretableV2
430 rhs InterpretableV2
431}
432
433// ID implements the Interpretable interface method.
434func (eq *evalEq) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected