()
| 393 | } |
| 394 | |
| 395 | export function createContentReplacementState(): ContentReplacementState { |
| 396 | return { seenIds: new Set(), replacements: new Map() } |
| 397 | } |
| 398 | |
| 399 | /** |
| 400 | * Clone replacement state for a cache-sharing fork (e.g. agentSummary). |
no outgoing calls
no test coverage detected