MCPcopy Index your code
hub / github.com/pkg/errors / withStack

Struct withStack

errors.go:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155type withStack struct {
156 error
157 *stack
158}
159
160func (w *withStack) Cause() error { return w.error }
161

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected