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

Struct evalNe

interpreter/interpretable.go:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471type evalNe struct {
472 id int64
473 lhs InterpretableV2
474 rhs InterpretableV2
475}
476
477// ID implements the Interpretable interface method.
478func (ne *evalNe) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected