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

Method HandleConn

internal/stats/stats.go:66–70  ·  view source on GitHub ↗
(ctx context.Context, stats stats.ConnStats)

Source from the content-addressed store, hash-verified

64}
65
66func (ch *combinedHandler) HandleConn(ctx context.Context, stats stats.ConnStats) {
67 for _, h := range ch.handlers {
68 h.HandleConn(ctx, stats)
69 }
70}

Callers

nothing calls this directly

Calls 1

HandleConnMethod · 0.65

Tested by

no test coverage detected