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

Method Stats

filter/clear_fields.go:46–48  ·  view source on GitHub ↗

Stats returns filter statistics.

()

Source from the content-addressed store, hash-verified

44
45// Stats returns filter statistics.
46func (f *ClearFields) Stats() baker.FilterStats {
47 return baker.FilterStats{}
48}
49
50// Process is where the actual filtering takes place.
51func (f *ClearFields) Process(l baker.Record, next func(baker.Record)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected