MCPcopy Create free account
hub / github.com/djhworld/simple-computer / Disable

Method Disable

io/display_ram.go:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (m *displayRAM) Disable() {
59 m.enable.Update(false)
60}
61
62func (m *displayRAM) Set() {
63 m.set.Update(true)

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.65

Tested by

no test coverage detected