MCPcopy 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
535func (b *BusOne) Disable() {
536 b.bus1.Update(false)
537}
538
539func (b *BusOne) Update() {
540 for i := arch.BUS_WIDTH - 1; i >= 0; i-- {

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.65

Tested by

no test coverage detected