Kind: Function
Source: atloria-monorepo/apps/database-parser/src/utils/hash.util.ts
Generate a content hash for change detection
Signature
tsfunction generateContentHash(content: string): string
Parameters
| Name | Type |
|---|---|
content | string |
Returns: string
Was this page helpful?