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

Method Stats

filter/timestamp_range.go:83–87  ·  view source on GitHub ↗

Stats implements baker.Filter.

()

Source from the content-addressed store, hash-verified

81
82// Stats implements baker.Filter.
83func (f *TimestampRange) Stats() baker.FilterStats {
84 return baker.FilterStats{
85 NumFilteredLines: atomic.LoadInt64(&f.numFilteredLines),
86 }
87}
88
89// Process implements baker.Filter.
90func (f *TimestampRange) Process(l baker.Record, next func(baker.Record)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected