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

Method ConnectOutput

components/components_test.go:16–18  ·  view source on GitHub ↗
(b Component)

Source from the content-addressed store, hash-verified

14}
15
16func (d *DummyComponent) ConnectOutput(b Component) {
17 d.next = b
18}
19
20func (d *DummyComponent) SetInputWire(index int, value bool) {
21 d.wires[index].Update(value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected