Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
func
(e cancellationError) Error() string {
24
return
"context canceled: "
+ e.inner.Error()
25
}
26
27
func
(e cancellationError) Is(err error) bool {
28
return
err == context.Canceled
Callers
15
GRPCStatus
Method · 0.95
resolveAddrs
Method · 0.45
TestSnappyCache
Function · 0.45
TestBackendConfig_Validate
Function · 0.45
TestGetTLSConfig_ClientCerts
Function · 0.45
TestGetTLSConfig_CA
Function · 0.45
TestGetTLSConfig_MinVersion
Function · 0.45
TestGetTLSConfig_CipherSuites
Function · 0.45
Watch
Method · 0.45
newIntegrationClientServer
Function · 0.45
errorContainsString
Function · 0.45
newRateLimiter
Function · 0.45
Calls
no outgoing calls
Tested by
14
TestSnappyCache
Function · 0.36
TestBackendConfig_Validate
Function · 0.36
TestGetTLSConfig_ClientCerts
Function · 0.36
TestGetTLSConfig_CA
Function · 0.36
TestGetTLSConfig_MinVersion
Function · 0.36
TestGetTLSConfig_CipherSuites
Function · 0.36
Watch
Method · 0.36
newIntegrationClientServer
Function · 0.36
errorContainsString
Function · 0.36
newRateLimiter
Function · 0.36
TestServerClusterValidationConfig_Validate
Function · 0.36
TestLimitedConcurrencySingleFlight_ForEachNotInFlight_ConcurrencyLimit
Function · 0.36