Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djhworld/simple-computer
/ Set
Method
Set
components/iobus.go:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
func
(i *IOBus) Set() {
28
i.wires[CLOCK_SET].Update(true)
29
}
30
31
func
(i *IOBus) Unset() {
32
i.wires[CLOCK_SET].Update(false)
Callers
1
TestAdapterPutsKeycodeRegisterOnBusAndClearsIt
Function · 0.95
Calls
1
Update
Method · 0.65
Tested by
1
TestAdapterPutsKeycodeRegisterOnBusAndClearsIt
Function · 0.76