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

Method gt

projects/JavaScript/proto/uuid.js:264–266  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

262 * @returns {boolean} Greater than result
263 */
264 gt (other) {
265 return this.cmp(other) > 0
266 }
267
268 /**
269 * Is this value greater than or equal other one?

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected