MCPcopy
hub / github.com/IBM/sarama / Is

Method Is

errors.go:133–135  ·  view source on GitHub ↗
(target error)

Source from the content-addressed store, hash-verified

131}
132
133func (err sentinelError) Is(target error) bool {
134 return errors.Is(err.sentinel, target) || errors.Is(err.wrapped, target)
135}
136
137func (err sentinelError) Unwrap() error {
138 return err.wrapped

Callers 15

decodeMethod · 0.80
parseResponseMethod · 0.80
handleResponsesMethod · 0.80
boundedSnappyDecodeFunction · 0.80
boundedZstdDecodeFunction · 0.80
testProducingMessagesFunction · 0.80
isTopicExistsErrorOrOkFunction · 0.80

Calls

no outgoing calls