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

Struct statshandler

stats/stats_test.go:777–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777type statshandler struct {
778 mu sync.Mutex
779 gotRPC []*gotData
780 gotConn []*gotData
781}
782
783func (h *statshandler) TagConn(ctx context.Context, info *stats.ConnTagInfo) context.Context {
784 return context.WithValue(ctx, connCtxKey{}, info)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected