(b Component)
| 223 | } |
| 224 | |
| 225 | func (n *NOTer) ConnectOutput(b Component) { |
| 226 | n.next = b |
| 227 | } |
| 228 | |
| 229 | func (n *NOTer) GetOutputWire(index int) bool { |
| 230 | return n.outputs[index].Get() |
nothing calls this directly
no outgoing calls
no test coverage detected