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

Method ConnectOutput

components/components.go:10–10  ·  view source on GitHub ↗
(Component)

Source from the content-addressed store, hash-verified

8
9type Component interface {
10 ConnectOutput(Component)
11 SetInputWire(int, bool)
12 GetOutputWire(int) bool
13}

Callers 5

NewRegisterFunction · 0.65
TestWordFunction · 0.65
TestWordWithSetOnFunction · 0.65
TestEnablerFunction · 0.65
TestEnablerWithEnableOnFunction · 0.65

Implementers 14

Wordcomponents/storage.go
Buscomponents/bus.go
Enablercomponents/components.go
LeftShiftercomponents/components.go
RightShiftercomponents/components.go
IsZerocomponents/components.go
NOTercomponents/components.go
ANDercomponents/components.go
ORercomponents/components.go
XORercomponents/components.go
Comparatorcomponents/components.go
BusOnecomponents/components.go

Calls

no outgoing calls

Tested by 4

TestWordFunction · 0.52
TestWordWithSetOnFunction · 0.52
TestEnablerFunction · 0.52
TestEnablerWithEnableOnFunction · 0.52