Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ combinedHandler
Struct
combinedHandler
internal/stats/stats.go:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
)
26
27
type
combinedHandler
struct
{
28
handlers []stats.Handler
29
}
30
31
// NewCombinedHandler combines multiple stats.Handlers into a single handler.
32
//
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected