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

Method gt

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

* Returns true if %%other%% is greater than to %%this%%.

(other)

Source from the content-addressed store, hash-verified

373 * Returns true if %%other%% is greater than to %%this%%.
374 */
375 gt(other) { return this.cmp(other) > 0; }
376 /**
377 * Returns true if %%other%% is greater than or equal to %%this%%.
378 */

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected