MCPcopy 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
531func (b *BusOne) Enable() {
532 b.bus1.Update(true)
533}
534
535func (b *BusOne) Disable() {
536 b.bus1.Update(false)

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.65

Tested by

no test coverage detected