Location returns the path-qualified function name where the error was created and the line number
()
| 38 | // Location returns the path-qualified function name where the error was |
| 39 | // created and the line number |
| 40 | Location() (function string, line int) |
| 41 | } |
| 42 | |
| 43 | // locationError is the internal implementation of the Locationer interface. |
no outgoing calls
no test coverage detected