Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djhworld/simple-computer
/ Disable
Method
Disable
components/components.go:535–537 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
533
}
534
535
func
(b *BusOne) Disable() {
536
b.bus1.Update(false)
537
}
538
539
func
(b *BusOne) Update() {
540
for
i := arch.BUS_WIDTH - 1; i >= 0; i-- {
Callers
nothing calls this directly
Calls
1
Update
Method · 0.65
Tested by
no test coverage detected