MCPcopy Create free account
hub / github.com/juju/errors / Location

Method Location

error.go:40–40  ·  view source on GitHub ↗

Location returns the path-qualified function name where the error was created and the line number

()

Source from the content-addressed store, hash-verified

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.

Callers 2

DetailsFunction · 0.65
errorStackFunction · 0.65

Implementers 2

Errerror.go

Calls

no outgoing calls

Tested by

no test coverage detected