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

Method isUInt64

projects/JavaScript/proto/int64.js:963–965  ·  view source on GitHub ↗

* Is the specified object UInt64? * @param obj Object to check * @returns {boolean}

(obj)

Source from the content-addressed store, hash-verified

961 * @returns {boolean}
962 */
963 static isUInt64 (obj) {
964 return (obj && obj.__isUInt64__) === true
965 }
966
967 /**
968 * Returns UInt64 representing the 64 bit integer that comes by concatenating the given low and high 32 bits parts

Callers 15

eqMethod · 0.80
cmpMethod · 0.80
addMethod · 0.80
subMethod · 0.80
mulMethod · 0.80
divMethod · 0.80
modMethod · 0.80
andMethod · 0.80
orMethod · 0.80
xorMethod · 0.80
shlMethod · 0.80
shrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected