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

Method skipFile

lib/deployer.go:162–165  ·  view source on GitHub ↗
(f *osFile)

Source from the content-addressed store, hash-verified

160}
161
162func (d *Deployer) skipFile(f *osFile) {
163 d.printf("%s skipping …\n", f.relPath)
164 atomic.AddUint64(&d.stats.Skipped, uint64(1))
165}
166
167func (d *Deployer) enqueueDelete(key string) {
168 d.printf("%s not found in source, deleting.\n", key)

Callers 1

planMethod · 0.95

Calls 1

printfMethod · 0.95

Tested by

no test coverage detected