Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ v4 as uuidv4 } from
"uuid"
;
2
3
export
const
getEditId = () => {
4
return
'edit_'
+ uuidv4()
5
}
6
7
const
editObj = {
8
"Input"
: [
Callers
1
editObj.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected