MCPcopy Create free account
hub / github.com/djhworld/simple-computer / ConnectOutput

Method ConnectOutput

components/components.go:225–227  ·  view source on GitHub ↗
(b Component)

Source from the content-addressed store, hash-verified

223}
224
225func (n *NOTer) ConnectOutput(b Component) {
226 n.next = b
227}
228
229func (n *NOTer) GetOutputWire(index int) bool {
230 return n.outputs[index].Get()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected