(b Component)
| 14 | } |
| 15 | |
| 16 | func (d *DummyComponent) ConnectOutput(b Component) { |
| 17 | d.next = b |
| 18 | } |
| 19 | |
| 20 | func (d *DummyComponent) SetInputWire(index int, value bool) { |
| 21 | d.wires[index].Update(value) |
nothing calls this directly
no outgoing calls
no test coverage detected