Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
func
(p *Printer) Wait() error {
52
p.closeOnce.Do(
func
() {
53
close(p.status)
54
})
55
<-p.done
56
return
p.err
57
}
58
59
func
(p *Printer) IsDone() bool {
60
select
{
Callers
15
runDialStdio
Function · 0.95
runBake
Function · 0.95
runCreate
Function · 0.95
runLogs
Function · 0.95
Boot
Method · 0.95
runBuildWithOptions
Function · 0.80
runDiskUsage
Function · 0.80
runPrune
Function · 0.80
runRm
Function · 0.80
rmAllInactive
Function · 0.80
runLs
Function · 0.80
queryRecords
Function · 0.80
Calls
1
Do
Method · 0.45
Tested by
5
TestLaunch
Function · 0.64
TestSetBreakpoints
Function · 0.64
TestResolverConcurrentResolveUsesSingleOpen
Function · 0.64
TestMuxIO
Function · 0.64
newTestIn
Function · 0.64