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

Method gte

projects/JavaScript/proto/int64.js:1428–1430  ·  view source on GitHub ↗

* Is this value greater than or equal other one? * @this {!UInt64} * @param {!Int64|!UInt64|number|string} other Other value * @returns {boolean} Greater than or equal result

(other)

Source from the content-addressed store, hash-verified

1426 * @returns {boolean} Greater than or equal result
1427 */
1428 gte (other) {
1429 return this.cmp(other) >= 0
1430 }
1431
1432 /**
1433 * Compare this value to other one

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected