Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/lowcode-engine
/ uniqueId
Function
uniqueId
packages/utils/src/unique-id.ts:2–4 ·
view source on GitHub ↗
(prefix = '')
Source
from the content-addressed store, hash-verified
1
let
guid = Date.now();
2
export
function
uniqueId(prefix =
''
) {
3
return
`${prefix}${(guid++).toString(36).toLowerCase()}`;
4
}
Callers
15
unique-id.test.ts
File · 0.90
EditorWindow
Class · 0.85
PaneController
Class · 0.85
TreeNode
Class · 0.85
ContextMenuActions
Class · 0.85
DocumentModel
Class · 0.85
ExclusiveGroup
Class · 0.85
Prop
Class · 0.85
Props
Class · 0.85
OffsetObserver
Class · 0.85
SettingPropEntry
Class · 0.85
Tip
Class · 0.85
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…