MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / timeStamp

Method timeStamp

jlld.js:467–469  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465 return Array.from({ length }, () => characters[Math.floor(Math.random() * characters.length)]).join('');
466 }
467 timeStamp() {
468 return new Date().getTime()
469 }
470 uuid() {
471 return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
472 var r = Math.random() * 16 | 0,

Callers

nothing calls this directly

Calls 1

getTimeMethod · 0.80

Tested by

no test coverage detected