MCPcopy
hub / github.com/chartdb/chartdb / generateId

Function generateId

src/lib/utils/utils.ts:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13export const emptyFn = (): any => undefined;
14
15export const generateId = () => randomId();
16
17export const getWorkspaceId = (): string => {
18 let workspaceId = localStorage.getItem(UUID_KEY);

Callers 15

generateIdsMapFromTableFunction · 0.90
cloneDiagramFunction · 0.90
createTablesFromMetadataFunction · 0.90
createFieldsFromMetadataFunction · 0.90
convertToChartDBDiagramFunction · 0.90
fromPostgresDumpFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected