MCPcopy
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
140func (t *task) stop() {
141 t.endTime = time.Now()
142 t.spinner.Stop()
143}
144
145func (t *task) hasMore() {
146 t.spinner.Restart()

Callers 2

newTaskFunction · 0.95
updateMethod · 0.95

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected