MCPcopy
hub / github.com/XPoet/picx / getUuid

Function getUuid

src/utils/common-utils.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 * @returns uuid {string}
16 */
17export const getUuid = () => {
18 return Number(Math.random().toString().substring(2, 4) + Date.now()).toString(36)
19}
20
21/**
22 * 复制文本到系统剪贴板

Callers 7

gettingFilesHandleFunction · 0.90
index.tsFile · 0.90
index.tsFile · 0.90
doRenameImageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected