Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccj-007/easy-lowcode
/ getCompId
Function
getCompId
src/components/jsonObj.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
getCompId = () => {
4
return
'comp_'
+ uuidv4()
5
}
6
7
const
Input = {
8
"componentName"
:
"Input"
,
Callers
3
copy
Function · 0.90
addGlobalObj
Function · 0.90
jsonObj.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected