MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / eq

Method eq

lib.commonjs/utils/fixednumber.js:363–363  ·  view source on GitHub ↗

* Returns true if %%other%% is equal to %%this%%.

(other)

Source from the content-addressed store, hash-verified

361 * Returns true if %%other%% is equal to %%this%%.
362 */
363 eq(other) { return this.cmp(other) === 0; }
364 /**
365 * Returns true if %%other%% is less than to %%this%%.
366 */

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected