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

Method GetOutputWire

components/decoders.go:75–77  ·  view source on GitHub ↗
(index int)

Source from the content-addressed store, hash-verified

73}
74
75func (d *Decoder3x8) GetOutputWire(index int) bool {
76 return d.outputs[index].Get()
77}
78
79// Returns the index which is enabled
80func (d *Decoder3x8) Index() int {

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected