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

Method GetOutputWire

components/components_test.go:24–26  ·  view source on GitHub ↗
(index int)

Source from the content-addressed store, hash-verified

22}
23
24func (d *DummyComponent) GetOutputWire(index int) bool {
25 return d.wires[index].Get()
26}
27
28func (d *DummyComponent) Update() {
29 for i, w := range d.wires {

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected