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

Function getEditId

src/editor/editObj.ts:3–5  ·  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()
5}
6
7const editObj = {
8 "Input": [

Callers 1

editObj.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected