(b Component)
| 299 | } |
| 300 | |
| 301 | func (o *ORer) ConnectOutput(b Component) { |
| 302 | o.next = b |
| 303 | } |
| 304 | |
| 305 | func (o *ORer) GetOutputWire(index int) bool { |
| 306 | return o.outputs[index].Get() |
nothing calls this directly
no outgoing calls
no test coverage detected