MCPcopy 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

1import { uniqueId } from '../../src/unique-id';
2
3test('uniqueId should return a unique id with prefix', () => {
4 const id = uniqueId('test');

Callers

nothing calls this directly

Calls 2

uniqueIdFunction · 0.90
testFunction · 0.85

Tested by

no test coverage detected