(n int)
| 29 | } |
| 30 | |
| 31 | func nthFile(n int) string { return fmt.Sprintf("file.%02d", n) } |
| 32 | |
| 33 | func (o *customOutput) Stats() baker.OutputStats { return baker.OutputStats{} } |
| 34 | func (o *customOutput) CanShard() bool { return false } |
no outgoing calls
no test coverage detected