Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulleDemon/PyUIBuilder
/ UID
Function
UID
src/utils/uid.js:2–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
2
export
function
UID(){
3
return
Date.now().toString(36) + Math.random().toString(36).substr(2)
4
}
Callers
1
canvas.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected