Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
func
(s *Stepper) GetOutputWire(index int) bool {
48
return
s.outputs[index].Get()
49
}
50
51
func
(s *Stepper) String() string {
52
result :=
""
Callers
nothing calls this directly
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected