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

Method Set

io/display_ram.go:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (m *displayRAM) Set() {
63 m.set.Update(true)
64}
65
66func (m *displayRAM) Unset() {
67 m.set.Update(false)

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.65

Tested by

no test coverage detected