MCPcopy Create free account
hub / github.com/docker/compose / Completed

Method Completed

cmd/display/tty.go:149–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147}
148
149func (t *task) Completed() bool {
150 switch t.status {
151 case api.Done, api.Error, api.Warning:
152 return true
153 default:
154 return false
155 }
156}
157
158func (w *ttyWriter) Start(ctx context.Context, operation string) {
159 w.ticker = time.NewTicker(100 * time.Millisecond)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected