Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read_mem_s
Function
read_mem_s
restore/75x/blob.js:46–50 ·
view source on GitHub ↗
(p, sz)
Source
from the content-addressed store, hash-verified
44
}
45
46
var
read_mem_s =
function
(p, sz)
47
{
48
read_mem_setup(p, sz);
49
return
""
+oob_slave;
50
}
51
52
var
read_mem_b =
function
(p, sz)
53
{
Callers
nothing calls this directly
Calls
1
read_mem_setup
Function · 0.70
Tested by
no test coverage detected