OverloadID returns the overload id associated with the function specialization. Overload ids are stable across language boundaries and can be treated as synonymous with a unique function signature.
()
| 124 | // Overload ids are stable across language boundaries and can be treated as synonymous with a |
| 125 | // unique function signature. |
| 126 | OverloadID() string |
| 127 | |
| 128 | // Args returns the normalized arguments to the function overload. |
| 129 | // For receiver-style functions, the receiver target is arg 0. |
no outgoing calls
no test coverage detected