MCPcopy Create free account
hub / github.com/ccj-007/easy-lowcode / editObj.ts

File editObj.ts

src/editor/editObj.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { v4 as uuidv4 } from "uuid";
2
3export const getEditId = () => {
4 return 'edit_' + uuidv4()

Callers

nothing calls this directly

Calls 1

getEditIdFunction · 0.85

Tested by

no test coverage detected