MCPcopy Create free account
hub / github.com/sourcegraph/conc / Error

Method Error

panics/panics.go:95–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93var _ error = (*ErrRecovered)(nil)
94
95func (p *ErrRecovered) Error() string { return p.String() }
96
97func (p *ErrRecovered) Unwrap() error {
98 if err, ok := p.Value.(error); ok {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.80

Tested by

no test coverage detected