| 686 | } |
| 687 | |
| 688 | type 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. |
| 699 | func NewCall(id int64, function, overload string, args []InterpretableV2, impl functions.FunctionOp) InterpretableCall { |
nothing calls this directly
no outgoing calls
no test coverage detected