Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-errors/errors
/ Is
Method
Is
error_1_13_test.go:65–68 ·
view source on GitHub ↗
(target error)
Source
from the content-addressed store, hash-verified
63
}
64
65
func
(ewci errorWithCustomIs) Is(target error) bool {
66
matched, ok := target.(errorWithCustomIs)
67
return
ok && matched.Key == ewci.Key
68
}
Callers
1
Is
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected