Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/
Class
g2all/700/module/int64.js:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
// immutable 64-bit integer
41
export
class
Int {
42
constructor(low, high) {
43
if
(high === undefined) {
44
this._u32 =
new
Uint32Array(lohi_from_one(low));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected