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

Method Stats

input/inpututils/compressedstream.go:376–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

374}
375
376func (s *CompressedInput) Stats() baker.InputStats {
377 return baker.InputStats{
378 NumProcessedLines: atomic.LoadInt64(&s.numProcessedLines),
379 CustomStats: s.stats.Stats(),
380 }
381}

Callers

nothing calls this directly

Calls 1

StatsMethod · 0.65

Tested by

no test coverage detected