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

Struct evalVarArgs

interpreter/interpretable.go:688–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688type evalVarArgs struct {
689 id int64
690 function string
691 overload string
692 args []InterpretableV2
693 trait int
694 impl functions.FunctionOp
695 nonStrict bool
696}
697
698// NewCall creates a new call Interpretable.
699func 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