OverloadID returns the overload id of the function being invoked.
()
| 83 | |
| 84 | // OverloadID returns the overload id of the function being invoked. |
| 85 | func (fn *evalAsyncFunc) OverloadID() string { |
| 86 | return fn.overload |
| 87 | } |
| 88 | |
| 89 | // Args returns the argument Interpretables for the function call. |
| 90 | func (fn *evalAsyncFunc) Args() []InterpretableV2 { |
no outgoing calls