Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djhworld/simple-computer
/ DummyComponent
Struct
DummyComponent
components/components_test.go:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
DummyComponent
struct
{
12
wires [arch.BUS_WIDTH]circuit.Wire
13
next Component
14
}
15
16
func
(d *DummyComponent) ConnectOutput(b Component) {
17
d.next = b
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected