MCPcopy Create free account
hub / github.com/idosal/git-mcp / getRobotsTxtCacheKey

Function getRobotsTxtCacheKey

src/api/utils/cache.ts:166–168  ·  view source on GitHub ↗
(domain: string)

Source from the content-addressed store, hash-verified

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

Callers 2

getCachedRobotsTxtFunction · 0.85
cacheRobotsTxtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected