Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ GRPCStatus
Method
GRPCStatus
cancellation/error.go:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(e cancellationError) GRPCStatus() *status.Status {
36
return
status.New(codes.Canceled, e.Error())
37
}
Callers
nothing calls this directly
Calls
1
Error
Method · 0.95
Tested by
no test coverage detected