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

Function WithPrefix

util/progress/multiwriter.go:9–15  ·  view source on GitHub ↗
(w Writer, pfx string, force bool)

Source from the content-addressed store, hash-verified

7)
8
9func WithPrefix(w Writer, pfx string, force bool) Writer {
10 return &prefixed{
11 Writer: w,
12 pfx: pfx,
13 force: force,
14 }
15}
16
17type prefixed struct {
18 Writer

Callers 3

runCreateFunction · 0.92
BootMethod · 0.92
NewResolverFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…