MCPcopy Create free account
hub / github.com/bep/s3deploy / printf

Method printf

lib/deployer.go:150–152  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

148}
149
150func (d *Deployer) printf(format string, a ...any) {
151 fmt.Fprintf(d.outv, format, a...)
152}
153
154func (d *Deployer) enqueueUpload(ctx context.Context, f *osFile) {
155 d.Printf("%s (%s) %s ", f.keyPath, f.reason, up)

Callers 3

skipFileMethod · 0.95
enqueueDeleteMethod · 0.95
planMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected