()
| 546 | |
| 547 | /** Invalidate cached catalog/formats (for tests or hot-reload) */ |
| 548 | export function invalidateCache(): void { |
| 549 | cachedCatalog = null; |
| 550 | cachedFormats = null; |
| 551 | cachedProposals = null; |
| 552 | } |
| 553 | |
| 554 | /** |
| 555 | * Canonicalize an agent URL for equality comparison: lowercase scheme + host, |
no outgoing calls
no test coverage detected