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

Method Stats

filter/timestamp.go:43–45  ·  view source on GitHub ↗

Stats implements baker.Filter.

()

Source from the content-addressed store, hash-verified

41
42// Stats implements baker.Filter.
43func (f *Timestamp) Stats() baker.FilterStats {
44 return baker.FilterStats{}
45}
46
47// Process implements baker.Filter.
48func (f *Timestamp) Process(l baker.Record, next func(baker.Record)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected