Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ stop
Method
stop
cmd/display/tty.go:140–143 · cmd/display/tty.go::task.stop
()
Source
from the content-addressed store, hash-verified
138
}
139
140
func
(t *task) stop() {
141
t.endTime = time.Now()
142
t.spinner.Stop()
143
}
144
145
func
(t *task) hasMore() {
146
t.spinner.Restart()
Callers
2
newTask
Function · 0.95
update
Method · 0.95
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected