MCPcopy 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
65func (ewci errorWithCustomIs) Is(target error) bool {
66 matched, ok := target.(errorWithCustomIs)
67 return ok && matched.Key == ewci.Key
68}

Callers 1

IsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected