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

Method GetOutputWire

components/stepper.go:47–49  ·  view source on GitHub ↗
(index int)

Source from the content-addressed store, hash-verified

45}
46
47func (s *Stepper) GetOutputWire(index int) bool {
48 return s.outputs[index].Get()
49}
50
51func (s *Stepper) String() string {
52 result := ""

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected