Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ Stop
Method
Stop
server/server.go:720–722 ·
view source on GitHub ↗
Stop unblocks Run().
()
Source
from the content-addressed store, hash-verified
718
719
// Stop unblocks Run().
720
func
(s *Server) Stop() {
721
s.handler.Stop()
722
}
723
724
// Shutdown the server, gracefully. Should be defered after New().
725
func
(s *Server) Shutdown() {
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected