Function returns the function name as it appears in text or mangled operator name as it appears in the operators.go file.
()
| 119 | // Function returns the function name as it appears in text or mangled operator name as it |
| 120 | // appears in the operators.go file. |
| 121 | Function() string |
| 122 | |
| 123 | // OverloadID returns the overload id associated with the function specialization. |
| 124 | // Overload ids are stable across language boundaries and can be treated as synonymous with a |
no outgoing calls
no test coverage detected