Kind: Function
Source: atloria-monorepo/libs/parser-core/src/techdocs/staleness.ts
Diff a previous hash map against the current entities → what to regenerate/upsert/delete.
Signature
tsfunction diffEntities(prevHashes: Record<string, string>, entities: Entity[]): EntityDiff
Parameters
| Name | Type |
|---|---|
prevHashes | Record<string, string> |
entities | Entity[] |
Returns: EntityDiff
Was this page helpful?