(bc Component)
| 517 | } |
| 518 | |
| 519 | func (b *BusOne) ConnectOutput(bc Component) { |
| 520 | b.next = bc |
| 521 | } |
| 522 | |
| 523 | func (b *BusOne) GetOutputWire(index int) bool { |
| 524 | return b.outputs[index].Get() |
nothing calls this directly
no outgoing calls
no test coverage detected