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

Method Error

cancellation/error.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func (e cancellationError) Error() string {
24 return "context canceled: " + e.inner.Error()
25}
26
27func (e cancellationError) Is(err error) bool {
28 return err == context.Canceled

Callers 15

GRPCStatusMethod · 0.95
resolveAddrsMethod · 0.45
TestSnappyCacheFunction · 0.45
TestGetTLSConfig_CAFunction · 0.45
WatchMethod · 0.45
errorContainsStringFunction · 0.45
newRateLimiterFunction · 0.45

Calls

no outgoing calls