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

Method ConnectOutput

components/components.go:519–521  ·  view source on GitHub ↗
(bc Component)

Source from the content-addressed store, hash-verified

517}
518
519func (b *BusOne) ConnectOutput(bc Component) {
520 b.next = bc
521}
522
523func (b *BusOne) GetOutputWire(index int) bool {
524 return b.outputs[index].Get()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected