(oc OutputConverter)
| 75 | } |
| 76 | |
| 77 | func (i *instance) AddOutput(oc OutputConverter) { |
| 78 | i.output = append(i.output, oc) |
| 79 | } |
| 80 | |
| 81 | func (i *instance) ResetInput() { |
| 82 | i.input = make([]InputConverter, 0) |
nothing calls this directly
no outgoing calls
no test coverage detected