Stats returns filter statistics.
()
| 44 | |
| 45 | // Stats returns filter statistics. |
| 46 | func (f *ClearFields) Stats() baker.FilterStats { |
| 47 | return baker.FilterStats{} |
| 48 | } |
| 49 | |
| 50 | // Process is where the actual filtering takes place. |
| 51 | func (f *ClearFields) Process(l baker.Record, next func(baker.Record)) { |
nothing calls this directly
no outgoing calls
no test coverage detected