()
| 40 | } |
| 41 | |
| 42 | func (f *MetadataLastModified) Stats() baker.FilterStats { |
| 43 | return baker.FilterStats{} |
| 44 | } |
| 45 | |
| 46 | func (f *MetadataLastModified) Process(l baker.Record, next func(baker.Record)) { |
| 47 | v, ok := l.Meta(inpututils.MetadataLastModified) |
nothing calls this directly
no outgoing calls
no test coverage detected