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

Struct statsHandlerRecordEvents

test/end2end_test.go:7169–7172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7167}
7168
7169type statsHandlerRecordEvents struct {
7170 mu sync.Mutex
7171 s []stats.RPCStats
7172}
7173
7174func (*statsHandlerRecordEvents) TagRPC(ctx context.Context, _ *stats.RPCTagInfo) context.Context {
7175 return ctx

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected