MCPcopy 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

1import { v4 as uuidv4 } from 'uuid';
2
3export const getCompId = () => {
4 return 'comp_' + uuidv4()
5}
6
7const Input = {
8 "componentName": "Input",

Callers 3

copyFunction · 0.90
addGlobalObjFunction · 0.90
jsonObj.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected