Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ dummyHandler
Struct
dummyHandler
server/server_test.go:1046–1048 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1044
}
1045
1046
type
dummyHandler
struct
{
1047
quit
chan
struct
{}
1048
}
1049
1050
func
(dh dummyHandler) Loop() {
1051
<-dh.quit
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected