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

Method lt

projects/JavaScript/proto/uuid.js:244–246  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

242 * @returns {boolean} Less than result
243 */
244 lt (other) {
245 return this.cmp(other) < 0
246 }
247
248 /**
249 * Is this value less than or equal other one?

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected