Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
func
(m *Memory64K) Set() {
79
m.set.Update(true)
80
}
81
82
func
(m *Memory64K) Unset() {
83
m.set.Update(false)
Callers
1
TestMemory64KWrite
Function · 0.95
Calls
1
Update
Method · 0.65
Tested by
1
TestMemory64KWrite
Function · 0.76