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

Method lte

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

* Returns true if %%other%% is less than or equal to %%this%%.

(other)

Source from the content-addressed store, hash-verified

369 * Returns true if %%other%% is less than or equal to %%this%%.
370 */
371 lte(other) { return this.cmp(other) <= 0; }
372 /**
373 * Returns true if %%other%% is greater than to %%this%%.
374 */

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected