(domain: string)
| 164 | * @returns Cache key |
| 165 | */ |
| 166 | export function getRobotsTxtCacheKey(domain: string): string { |
| 167 | return `robotstxt:${domain}`; |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Get cached robots.txt rules for a domain |
no outgoing calls
no test coverage detected