MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / write_mem

Function write_mem

restore/75x/blob.js:69–75  ·  view source on GitHub ↗
(p, data)

Source from the content-addressed store, hash-verified

67}
68
69var write_mem = function(p, data)
70{
71 i48_put(p, oob_master);
72 oob_master[6] = data.length;
73 for(var i = 0; i < data.length; i++)
74 oob_slave[i] = data[i];
75}
76
77var read_ptr_at = function(p)
78{

Callers 6

payload.jsFile · 0.70
write_ptr_atFunction · 0.70
blob.jsFile · 0.70
saveallFunction · 0.70
pivotFunction · 0.70
mira.jsFile · 0.70

Calls 1

i48_putFunction · 0.70

Tested by

no test coverage detected