Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ blockingGate
Struct
blockingGate
gate/gate.go:153–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
type
blockingGate
struct
{
154
ch
chan
struct
{}
155
}
156
157
func
(g *blockingGate) Start(ctx context.Context) error {
158
select
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected