()
| 218 | } |
| 219 | |
| 220 | func (w *FileWriter) Stats() baker.OutputStats { |
| 221 | return baker.OutputStats{ |
| 222 | NumProcessedLines: atomic.LoadInt64(&w.totaln), |
| 223 | } |
| 224 | } |
| 225 | |
| 226 | func (w *FileWriter) CanShard() bool { |
| 227 | return false |
nothing calls this directly
no outgoing calls
no test coverage detected