Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djhworld/simple-computer
/ GetOutputWire
Method
GetOutputWire
components/components_test.go:24–26 ·
view source on GitHub ↗
(index int)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
(d *DummyComponent) GetOutputWire(index int) bool {
25
return
d.wires[index].Get()
26
}
27
28
func
(d *DummyComponent) Update() {
29
for
i, w :=
range
d.wires {
Callers
nothing calls this directly
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected