Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
376
func
(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
Stats
Method · 0.65
Tested by
no test coverage detected