Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
func
NewLeftShifter() *LeftShifter {
66
return
new(LeftShifter)
67
}
68
69
func
(l *LeftShifter) ConnectOutput(b Component) {
70
l.next = b
Callers
2
NewALU
Function · 0.92
testLeftShifter
Function · 0.85
Calls
no outgoing calls
Tested by
1
testLeftShifter
Function · 0.68