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

Struct evalBinary

interpreter/interpretable.go:620–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620type evalBinary struct {
621 id int64
622 function string
623 overload string
624 lhs InterpretableV2
625 rhs InterpretableV2
626 trait int
627 impl functions.BinaryOp
628 nonStrict bool
629}
630
631// ID implements the Interpretable interface method.
632func (bin *evalBinary) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected