(b Component)
| 116 | } |
| 117 | |
| 118 | func (r *RightShifter) ConnectOutput(b Component) { |
| 119 | r.next = b |
| 120 | } |
| 121 | |
| 122 | func (r *RightShifter) GetOutputWire(index int) bool { |
| 123 | return r.outputs[index].Get() |
nothing calls this directly
no outgoing calls
no test coverage detected