Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ unique-id.test.ts
File
unique-id.test.ts
packages/utils/test/src/unique-id.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ uniqueId } from
'../../src/unique-id'
;
2
3
test(
'uniqueId should return a unique id with prefix'
, () => {
4
const
id = uniqueId(
'test'
);
Callers
nothing calls this directly
Calls
2
uniqueId
Function · 0.90
test
Function · 0.85
Tested by
no test coverage detected