(b Component)
| 67 | } |
| 68 | |
| 69 | func (l *LeftShifter) ConnectOutput(b Component) { |
| 70 | l.next = b |
| 71 | } |
| 72 | |
| 73 | func (l *LeftShifter) GetOutputWire(index int) bool { |
| 74 | return l.outputs[index].Get() |
nothing calls this directly
no outgoing calls
no test coverage detected