Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djhworld/simple-computer
/ Enable
Method
Enable
components/components.go:531–533 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
529
}
530
531
func
(b *BusOne) Enable() {
532
b.bus1.Update(true)
533
}
534
535
func
(b *BusOne) Disable() {
536
b.bus1.Update(false)
Callers
nothing calls this directly
Calls
1
Update
Method · 0.65
Tested by
no test coverage detected