MCPcopy 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
52var 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
60var read_mem_as_string = function(p, sz)
61{

Callers 1

read_mem_as_stringFunction · 0.70

Calls 2

read_mem_setupFunction · 0.70
setMethod · 0.45

Tested by

no test coverage detected