()
| 14 | return nil |
| 15 | } |
| 16 | func (d *dummyInput) Stats() InputStats { |
| 17 | return InputStats{} |
| 18 | } |
| 19 | func (d *dummyInput) Stop() {} |
| 20 | func (d *dummyInput) FreeMem(data *Data) {} |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected