(b Component)
| 448 | } |
| 449 | |
| 450 | func (c *Comparator) ConnectOutput(b Component) { |
| 451 | c.next = b |
| 452 | } |
| 453 | |
| 454 | func (c *Comparator) GetOutputWire(index int) bool { |
| 455 | return c.outputs[index].Get() |
nothing calls this directly
no outgoing calls
no test coverage detected