Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
func
(e cancellationError) Is(err error) bool {
28
return
err == context.Canceled
29
}
30
31
func
(e cancellationError) Unwrap() error {
32
return
e.inner
Callers
15
Add
Method · 0.80
GetMulti
Method · 0.80
trackError
Method · 0.80
TestDoUntilQuorumWithoutSuccessfulContextCancellation_TerminalError
Function · 0.80
DoUntilQuorumWithoutSuccessfulContextCancellation
Function · 0.80
NewRingServiceDiscovery
Function · 0.80
WatchKey
Method · 0.80
WatchPrefix
Method · 0.80
CAS
Method · 0.80
Wrap
Method · 0.80
errorToStatusCode
Function · 0.80
Read
Method · 0.80
Calls
no outgoing calls
Tested by
4
TestDoUntilQuorumWithoutSuccessfulContextCancellation_TerminalError
Function · 0.64
TestMultiError_Is
Function · 0.64
TestCancellationError
Function · 0.64
callToStreaming
Function · 0.64