MCPcopy
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().
720func (s *Server) Stop() {
721 s.handler.Stop()
722}
723
724// Shutdown the server, gracefully. Should be defered after New().
725func (s *Server) Shutdown() {

Callers

nothing calls this directly

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected