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

Method gte

projects/JavaScript/proto/uuid.js:274–276  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

272 * @returns {boolean} Greater than or equal result
273 */
274 gte (other) {
275 return this.cmp(other) >= 0
276 }
277
278 /**
279 * Compare this value to other one

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected