Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
var
_ error = (*ErrRecovered)(nil)
94
95
func
(p *ErrRecovered) Error() string {
return
p.String() }
96
97
func
(p *ErrRecovered) Unwrap() error {
98
if
err, ok := p.Value.(error); ok {
Callers
nothing calls this directly
Calls
1
String
Method · 0.80
Tested by
no test coverage detected