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

Method isUUID

projects/JavaScript/proto/uuid.js:50–52  ·  view source on GitHub ↗

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

(obj)

Source from the content-addressed store, hash-verified

48 * @returns {!boolean}
49 */
50 static isUUID (obj) {
51 return (obj && obj.__isUUID__) === true
52 }
53
54 /**
55 * Returns UUID from its bytes representation

Callers 2

eqMethod · 0.80
cmpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected