Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
export
const
emptyFn = (): any => undefined;
14
15
export
const
generateId = () => randomId();
16
17
export
const
getWorkspaceId = (): string => {
18
let
workspaceId = localStorage.getItem(UUID_KEY);
Callers
15
create-relationship-node.tsx
File · 0.90
generateIdsMapFromTable
Function · 0.90
generateIdsMapFromDiagram
Function · 0.90
cloneDiagram
Function · 0.90
createDependenciesFromMetadata
Function · 0.90
createIndexesFromMetadata
Function · 0.90
createRelationshipsFromMetadata
Function · 0.90
createCustomTypesFromMetadata
Function · 0.90
createTablesFromMetadata
Function · 0.90
createFieldsFromMetadata
Function · 0.90
convertToChartDBDiagram
Function · 0.90
fromPostgresDump
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected