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

Struct evalVarArgs

interpreter/interpretable.go:671–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671type evalVarArgs struct {
672 id int64
673 function string
674 overload string
675 args []InterpretableV2
676 trait int
677 impl functions.FunctionOp
678 nonStrict bool
679}
680
681// NewCall creates a new call Interpretable.
682func NewCall(id int64, function, overload string, args []InterpretableV2, impl functions.FunctionOp) InterpretableCall {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected