Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ eq
Method
eq
g2all/900/module/int64.js:86–93 ·
view source on GitHub ↗
(b)
Source
from the content-addressed store, hash-verified
84
}
85
86
eq(b) {
87
const
values = lohi_from_one(b);
88
const
u32 = this._u32;
89
return
(
90
u32[0] === values[0]
91
&& u32[1] === values[1]
92
);
93
}
94
95
ne(b) {
96
return
!this.eq(b);
Callers
3
ne
Method · 0.95
verify_reqs2
Function · 0.45
check_magic_at
Function · 0.45
Calls
1
lohi_from_one
Function · 0.70
Tested by
no test coverage detected