()
| 412 | } |
| 413 | |
| 414 | export function createContentReplacementState(): ContentReplacementState { |
| 415 | return { seenIds: new Set(), replacements: new Map() } |
| 416 | } |
| 417 | |
| 418 | /** |
| 419 | * Clone replacement state for a cache-sharing fork (e.g. agentSummary). |
no outgoing calls
no test coverage detected