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

Method Set

memory/memory.go:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (m *Memory64K) Set() {
79 m.set.Update(true)
80}
81
82func (m *Memory64K) Unset() {
83 m.set.Update(false)

Callers 1

TestMemory64KWriteFunction · 0.95

Calls 1

UpdateMethod · 0.65

Tested by 1

TestMemory64KWriteFunction · 0.76