MCPcopy 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
110func (g *Add2) Sum() bool {
111 return g.sumOut.Get()
112}
113
114func (g *Add2) Carry() bool {
115 return g.carryOut.Get()

Callers 1

UpdateMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected