Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read_mem_b
Function
read_mem_b
restore/75x/blob.js:52–58 ·
view source on GitHub ↗
(p, sz)
Source
from the content-addressed store, hash-verified
50
}
51
52
var
read_mem_b =
function
(p, sz)
53
{
54
read_mem_setup(p, sz);
55
var
b =
new
Uint8Array(sz);
56
b.set(oob_slave);
57
return
b;
58
}
59
60
var
read_mem_as_string =
function
(p, sz)
61
{
Callers
1
read_mem_as_string
Function · 0.70
Calls
2
read_mem_setup
Function · 0.70
set
Method · 0.45
Tested by
no test coverage detected