ID implements the Interpretable interface method.
()
| 73 | |
| 74 | // ID implements the Interpretable interface method. |
| 75 | func (fn *evalAsyncFunc) ID() int64 { |
| 76 | return fn.id |
| 77 | } |
| 78 | |
| 79 | // Function returns the name of the function being invoked. |
| 80 | func (fn *evalAsyncFunc) Function() string { |
no outgoing calls