MCPcopy 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
35func (cfg *StatsConfig) fillDefaults() {
36 if cfg.CSVPath == "" {
37 cfg.CSVPath = "stats.csv"
38 }
39}
40
41type sizeStats struct {
42 totbytes uint64

Callers 1

NewStatsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected