MCPcopy Index your code
hub / github.com/djhworld/simple-computer / Get

Method Get

components/storage.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (m *Bit) Get() bool {
30 return m.wireO.Get()
31}
32
33func (m *Bit) Update(wireI bool, wireS bool) {
34 for i := 0; i < 2; i++ {

Callers 15

TestBitFunction · 0.95
checkDecoder2x4OutputFunction · 0.45
checkDecoder3x8OutputFunction · 0.45
TestANDGate3Function · 0.45
TestORGate3Function · 0.45
TestANDGate4Function · 0.45
TestANDGate5Function · 0.45
TestORGate4Function · 0.45
TestORGate5Function · 0.45
TestORGate6Function · 0.45
GetOutputWireMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestBitFunction · 0.76
checkDecoder2x4OutputFunction · 0.36
checkDecoder3x8OutputFunction · 0.36
TestANDGate3Function · 0.36
TestORGate3Function · 0.36
TestANDGate4Function · 0.36
TestANDGate5Function · 0.36
TestORGate4Function · 0.36
TestORGate5Function · 0.36
TestORGate6Function · 0.36
TestAdd2Function · 0.36
TestWordFunction · 0.36