MCPcopy
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
35func (e cancellationError) GRPCStatus() *status.Status {
36 return status.New(codes.Canceled, e.Error())
37}

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.95

Tested by

no test coverage detected