Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ stringToPtr
Function
stringToPtr
restore/900v2/webkit.js:53–60 ·
view source on GitHub ↗
(p, o)
Source
from the content-addressed store, hash-verified
51
}
52
53
function
stringToPtr(p, o) {
54
if
(o === undefined)
55
o = 0;
56
var
ans = 0;
57
for
(
var
i = 7; i >= 0; i--)
58
ans = 256 * ans + p.charCodeAt(o + i);
59
return
ans;
60
}
61
62
var
strings = [];
63
Callers
1
poc
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected