Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/compose
/ Stop
Method
Stop
cmd/display/spinner.go:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(s *Spinner) Stop() {
65
s.stop = true
66
}
67
68
func
(s *Spinner) Restart() {
69
s.stop = false
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected