Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djhworld/simple-computer
/ Sum
Method
Sum
components/adder.go:110–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
}
109
110
func
(g *Add2) Sum() bool {
111
return
g.sumOut.Get()
112
}
113
114
func
(g *Add2) Carry() bool {
115
return
g.carryOut.Get()
Callers
1
Update
Method · 0.80
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected