MCPcopy
hub / github.com/grpc/grpc-go / retryStatsHandler

Struct retryStatsHandler

test/retry_test.go:604–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602}
603
604type retryStatsHandler struct {
605 mu sync.Mutex
606 s []stats.RPCStats
607}
608
609func (*retryStatsHandler) TagRPC(ctx context.Context, _ *stats.RPCTagInfo) context.Context {
610 return ctx

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected