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

Method NewFile

input/inpututils/compressedstream.go:126–129  ·  view source on GitHub ↗
(sz int64)

Source from the content-addressed store, hash-verified

124}
125
126func (s *inputStats) NewFile(sz int64) {
127 atomic.AddInt64(&s.totalFiles, 1)
128 atomic.AddInt64(&s.totalSize, sz)
129}
130
131func (s *inputStats) Stats() map[string]string {
132 stats := make(map[string]string)

Callers 1

ProcessFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected