*locationError implements Locationer.Location interface
()
| 71 | |
| 72 | // *locationError implements Locationer.Location interface |
| 73 | func (l *locationError) Location() (string, int) { |
| 74 | return l.function, l.line |
| 75 | } |
| 76 | |
| 77 | func (l *locationError) Unwrap() error { |
| 78 | return l.error |
nothing calls this directly
no outgoing calls
no test coverage detected