MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / lte

Method lte

projects/JavaScript/proto/uuid.js:254–256  ·  view source on GitHub ↗

* Is this value less than or equal other one? * @this {UUID} * @param {UUID} other Other value * @returns {boolean} Less than or equal result

(other)

Source from the content-addressed store, hash-verified

252 * @returns {boolean} Less than or equal result
253 */
254 lte (other) {
255 return this.cmp(other) <= 0
256 }
257
258 /**
259 * Is this value greater than other one?

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected