Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/go-containerregistry
/ progress
Struct
progress
pkg/v1/remote/progress.go:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
)
24
25
type
progress
struct
{
26
sync.Mutex
27
updates
chan
<- v1.Update
28
lastUpdate *v1.Update
29
}
30
31
func
(p *progress) total(delta int64) {
32
p.Lock()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected