Function returns the name of the function being invoked.
()
| 78 | |
| 79 | // Function returns the name of the function being invoked. |
| 80 | func (fn *evalAsyncFunc) Function() string { |
| 81 | return fn.function |
| 82 | } |
| 83 | |
| 84 | // OverloadID returns the overload id of the function being invoked. |
| 85 | func (fn *evalAsyncFunc) OverloadID() string { |
no outgoing calls