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

Method ConnectOutput

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

Source from the content-addressed store, hash-verified

299}
300
301func (o *ORer) ConnectOutput(b Component) {
302 o.next = b
303}
304
305func (o *ORer) GetOutputWire(index int) bool {
306 return o.outputs[index].Get()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected