Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
17
export
const
getUuid = () => {
18
return
Number(Math.random().toString().substring(2, 4) + Date.now()).toString(36)
19
}
20
21
/**
22
* 复制文本到系统剪贴板
Callers
7
nav-content.data.ts
File · 0.90
createManagementImageObject
Function · 0.90
gettingFilesHandle
Function · 0.90
index.ts
File · 0.90
index.ts
File · 0.90
picx-toolbox.data.ts
File · 0.90
doRenameImage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected