Kind: Function
Source: atloria-monorepo/libs/parser-core/src/techdocs/staleness.ts
Map of entityId → signature hash for a whole snapshot.
Signature
tsfunction snapshotHashes(entities: Entity[]): Record<string, string>
Parameters
| Name | Type |
|---|---|
entities | Entity[] |
Returns: Record<string, string>
Was this page helpful?