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

Struct evalNe

interpreter/interpretable.go:477–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477type evalNe struct {
478 id int64
479 lhs InterpretableV2
480 rhs InterpretableV2
481}
482
483// ID implements the Interpretable interface method.
484func (ne *evalNe) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected