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