MCPcopy
hub / github.com/freshframework/fresh / FailedLink

Interface FailedLink

tools/check_links.ts:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28];
29
30interface FailedLink {
31 url: string;
32 status: number;
33 referrer: string;
34}
35
36const checkedUrls = new Map<string, number>();
37const visitedPages = new Set<string>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected