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

Struct evalBinary

interpreter/interpretable.go:608–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608type evalBinary struct {
609 id int64
610 function string
611 overload string
612 lhs InterpretableV2
613 rhs InterpretableV2
614 trait int
615 impl functions.BinaryOp
616 nonStrict bool
617}
618
619// ID implements the Interpretable interface method.
620func (bin *evalBinary) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected