(b Component)
| 339 | } |
| 340 | |
| 341 | func (o *XORer) ConnectOutput(b Component) { |
| 342 | o.next = b |
| 343 | } |
| 344 | |
| 345 | func (o *XORer) GetOutputWire(index int) bool { |
| 346 | return o.outputs[index].Get() |
nothing calls this directly
no outgoing calls
no test coverage detected