MCPcopy Create free account
hub / github.com/AdRoll/baker / Stats

Method Stats

filter/dedup.go:75–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func (f *Dedup) Stats() baker.FilterStats {
76 return baker.FilterStats{
77 NumFilteredLines: atomic.LoadInt64(&f.numFilteredLines),
78 }
79}
80
81func (f *Dedup) Process(l baker.Record, next func(baker.Record)) {
82 key := f.constructKey(l)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected