()
| 97 | } |
| 98 | |
| 99 | func (f *ExpandJSON) Stats() baker.FilterStats { |
| 100 | return baker.FilterStats{} |
| 101 | } |
| 102 | |
| 103 | func (f *ExpandJSON) Process(l baker.Record, next func(baker.Record)) { |
| 104 | data := f.processJSON(l.Get(f.source)) |
nothing calls this directly
no outgoing calls
no test coverage detected