MCPcopy
hub / github.com/grafana/dskit / Is

Method Is

cancellation/error.go:27–29  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

25}
26
27func (e cancellationError) Is(err error) bool {
28 return err == context.Canceled
29}
30
31func (e cancellationError) Unwrap() error {
32 return e.inner

Callers 15

AddMethod · 0.80
GetMultiMethod · 0.80
trackErrorMethod · 0.80
NewRingServiceDiscoveryFunction · 0.80
WatchKeyMethod · 0.80
WatchPrefixMethod · 0.80
CASMethod · 0.80
WrapMethod · 0.80
errorToStatusCodeFunction · 0.80
ReadMethod · 0.80

Calls

no outgoing calls