| 28 | ]; |
| 29 | |
| 30 | interface FailedLink { |
| 31 | url: string; |
| 32 | status: number; |
| 33 | referrer: string; |
| 34 | } |
| 35 | |
| 36 | const checkedUrls = new Map<string, number>(); |
| 37 | const visitedPages = new Set<string>(); |
nothing calls this directly
no outgoing calls
no test coverage detected