(b Component)
| 29 | } |
| 30 | |
| 31 | func (e *Enabler) ConnectOutput(b Component) { |
| 32 | e.next = b |
| 33 | } |
| 34 | |
| 35 | func (e *Enabler) GetOutputWire(index int) bool { |
| 36 | return e.outputs[index].Get() |
nothing calls this directly
no outgoing calls
no test coverage detected