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

Method eq

g2all/700/module/int64.js:83–87  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

81 }
82
83 eq(b) {
84 const values = lohi_from_one(b);
85 const u32 = this._u32;
86 return u32[0] === values[0] && u32[1] === values[1];
87 }
88
89 ne(b) {
90 return !this.eq(b);

Callers 3

neMethod · 0.95
verify_reqs2Function · 0.45
check_magic_atFunction · 0.45

Calls 1

lohi_from_oneFunction · 0.70

Tested by

no test coverage detected