Kind: Function
Source: atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts
Generate a relationship ID
Signature
tsfunction generateRelationshipId(sourceId: string, targetId: string, type: string): string
Parameters
| Name | Type |
|---|---|
sourceId | string |
targetId | string |
type | string |
Returns: string
Was this page helpful?