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

Method Stats

output/filewriter.go:220–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218}
219
220func (w *FileWriter) Stats() baker.OutputStats {
221 return baker.OutputStats{
222 NumProcessedLines: atomic.LoadInt64(&w.totaln),
223 }
224}
225
226func (w *FileWriter) CanShard() bool {
227 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected