MCPcopy Create free account
hub / github.com/AdRoll/baker / Stats

Method Stats

upload/s3_integration_test.go:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31func nthFile(n int) string { return fmt.Sprintf("file.%02d", n) }
32
33func (o *customOutput) Stats() baker.OutputStats { return baker.OutputStats{} }
34func (o *customOutput) CanShard() bool { return false }
35
36func (o *customOutput) Run(in <-chan baker.OutputRecord, upch chan<- string) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected