(_ chan<- *baker.Data)
| 7 | type Base struct{} |
| 8 | |
| 9 | func (Base) Run(_ chan<- *baker.Data) error { return nil } |
| 10 | func (Base) Stop() {} |
| 11 | func (Base) FreeMem(*baker.Data) {} |
| 12 | func (Base) Stats() baker.InputStats { return baker.InputStats{} } |
nothing calls this directly
no outgoing calls
no test coverage detected