Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pkg/errors
/ Cause
Method
Cause
errors.go:277–277 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
275
func
Cause(err error) error {
276
type
causer
interface
{
277
Cause() error
278
}
279
280
for
err != nil {
Callers
3
ExampleCause
Function · 0.65
Example_stackTrace
Function · 0.65
Cause
Function · 0.65
Implementers
2
withStack
errors.go
withMessage
errors.go
Calls
no outgoing calls
Tested by
2
ExampleCause
Function · 0.52
Example_stackTrace
Function · 0.52