MCPcopy Index your code
hub / github.com/tailscale/tailscale / Shutdown

Method Shutdown

client/web/web.go:315–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313}
314
315func (s *Server) Shutdown() {
316 s.logf("web.Server: shutting down")
317 if s.assetsCleanup != nil {
318 s.assetsCleanup()
319 }
320}
321
322// ServeHTTP processes all requests for the Tailscale web client.
323func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {

Callers 5

mainFunction · 0.95
listenAndServeFunction · 0.95
runWebFunction · 0.95
runFunction · 0.95
runHTTPServerFunction · 0.95

Calls 1

logfMethod · 0.95

Tested by

no test coverage detected