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

Function newInputStats

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

Source from the content-addressed store, hash-verified

114}
115
116func newInputStats() *inputStats {
117 s := new(inputStats)
118 s.beginTime = time.Now()
119 return s
120}
121
122func (s *inputStats) NewStatsReader(r io.ReadCloser, sz int64) io.ReadCloser {
123 return &inputStatsReader{s: s, r: r, sz: sz}

Callers 1

NewCompressedInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected