Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
func
(d *Decoder3x8) GetOutputWire(index int) bool {
76
return
d.outputs[index].Get()
77
}
78
79
// Returns the index which is enabled
80
func
(d *Decoder3x8) Index() int {
Callers
nothing calls this directly
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected