Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts
Generate a unique entity ID
Signature
tsfunction generateEntityId(filePath: string, name: string, type: string): string
Parameters
| Name | Type |
|---|---|
filePath | string |
name | string |
type | string |
Returns: string
Was this page helpful?