Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ i48_put
Function
i48_put
restore/900goldhen/webkit.js:299–302 ·
view source on GitHub ↗
(x, a)
Source
from the content-addressed store, hash-verified
297
};
298
299
function
i48_put(x, a) {
300
a[4] = x | 0;
301
a[5] = (x / 4294967296) | 0;
302
}
303
304
function
i48_get(a) {
305
return
a[4] + a[5] * 4294967296;
Callers
2
poc
Function · 0.70
read_mem_setup
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected