Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdRoll/baker
/ fillDefaults
Method
fillDefaults
output/stats.go:35–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(cfg *StatsConfig) fillDefaults() {
36
if
cfg.CSVPath ==
""
{
37
cfg.CSVPath =
"stats.csv"
38
}
39
}
40
41
type
sizeStats
struct
{
42
totbytes uint64
Callers
1
NewStats
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected