Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
func
(s *inputStats) NewFile(sz int64) {
127
atomic.AddInt64(&s.totalFiles, 1)
128
atomic.AddInt64(&s.totalSize, sz)
129
}
130
131
func
(s *inputStats) Stats()
map
[string]string {
132
stats := make(
map
[string]string)
Callers
1
ProcessFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected