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

Struct peerStatsHandler

test/stats_test.go:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122type peerStatsHandler struct {
123 args []peerStats
124 mu sync.Mutex
125}
126
127func (h *peerStatsHandler) TagRPC(ctx context.Context, _ *stats.RPCTagInfo) context.Context {
128 return ctx

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected