Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdRoll/baker
/ Stats
Method
Stats
input/list.go:424–426 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
422
}
423
424
func
(s *List) Stats() baker.InputStats {
425
return
s.ci.Stats()
426
}
427
428
func
(s *List) Stop() {
429
s.setFatalErr(errors.New(
"abort requested"
))
Callers
nothing calls this directly
Calls
1
Stats
Method · 0.65
Tested by
no test coverage detected