Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
func
(m *Bit) Get() bool {
30
return
m.wireO.Get()
31
}
32
33
func
(m *Bit) Update(wireI bool, wireS bool) {
34
for
i := 0; i < 2; i++ {
Callers
15
TestBit
Function · 0.95
checkDecoder2x4Output
Function · 0.45
checkDecoder3x8Output
Function · 0.45
TestANDGate3
Function · 0.45
TestORGate3
Function · 0.45
TestANDGate4
Function · 0.45
TestANDGate5
Function · 0.45
TestORGate4
Function · 0.45
TestORGate5
Function · 0.45
TestORGate6
Function · 0.45
GetOutputWire
Method · 0.45
Update
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestBit
Function · 0.76
checkDecoder2x4Output
Function · 0.36
checkDecoder3x8Output
Function · 0.36
TestANDGate3
Function · 0.36
TestORGate3
Function · 0.36
TestANDGate4
Function · 0.36
TestANDGate5
Function · 0.36
TestORGate4
Function · 0.36
TestORGate5
Function · 0.36
TestORGate6
Function · 0.36
TestAdd2
Function · 0.36
TestWord
Function · 0.36