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

Method GetOutputWire

components/components.go:305–307  ·  view source on GitHub ↗
(index int)

Source from the content-addressed store, hash-verified

303}
304
305func (o *ORer) GetOutputWire(index int) bool {
306 return o.outputs[index].Get()
307}
308
309func (o *ORer) SetInputWire(index int, value bool) {
310 o.inputs[index].Update(value)

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected