CallID returns the unique identifier for this async call invocation.
()
| 56 | type AsyncCall interface { |
| 57 | // CallID returns the unique identifier for this async call invocation. |
| 58 | CallID() int64 |
| 59 | // Function returns the name of the function being called. |
| 60 | Function() string |
| 61 | // Overload returns the specific overload ID being invoked. |
no outgoing calls