Rulvar API reference / @rulvar/core / dedupeRepeatedClaims
Function: dedupeRepeatedClaims()
ts
function dedupeRepeatedClaims(rows): DedupedClaims;Defined in: packages/core/src/orchestrator/claims.ts:42
Removes later occurrences of repeated claim lines across the rows and indexes each repeated claim with its reporters. Deterministic: output depends only on the input order and bytes.
Parameters
| Parameter | Type |
|---|---|
rows | { nodeId: string; text: string; }[] |