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

Method NewStatsReader

input/inpututils/compressedstream.go:122–124  ·  view source on GitHub ↗
(r io.ReadCloser, sz int64)

Source from the content-addressed store, hash-verified

120}
121
122func (s *inputStats) NewStatsReader(r io.ReadCloser, sz int64) io.ReadCloser {
123 return &inputStatsReader{s: s, r: r, sz: sz}
124}
125
126func (s *inputStats) NewFile(sz int64) {
127 atomic.AddInt64(&s.totalFiles, 1)

Callers 1

parseFileTypedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected