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

Function NewLeftShifter

components/components.go:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65func NewLeftShifter() *LeftShifter {
66 return new(LeftShifter)
67}
68
69func (l *LeftShifter) ConnectOutput(b Component) {
70 l.next = b

Callers 2

NewALUFunction · 0.92
testLeftShifterFunction · 0.85

Calls

no outgoing calls

Tested by 1

testLeftShifterFunction · 0.68