MCPcopy Create free account
hub / github.com/docker/buildx / Wait

Method Wait

util/progress/printer.go:51–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (p *Printer) Wait() error {
52 p.closeOnce.Do(func() {
53 close(p.status)
54 })
55 <-p.done
56 return p.err
57}
58
59func (p *Printer) IsDone() bool {
60 select {

Callers 15

runDialStdioFunction · 0.95
runBakeFunction · 0.95
runCreateFunction · 0.95
runLogsFunction · 0.95
BootMethod · 0.95
runBuildWithOptionsFunction · 0.80
runDiskUsageFunction · 0.80
runPruneFunction · 0.80
runRmFunction · 0.80
rmAllInactiveFunction · 0.80
runLsFunction · 0.80
queryRecordsFunction · 0.80

Calls 1

DoMethod · 0.45

Tested by 5

TestLaunchFunction · 0.64
TestSetBreakpointsFunction · 0.64
TestMuxIOFunction · 0.64
newTestInFunction · 0.64