(owner: string, repo: string)
| 45 | * @returns Cache key |
| 46 | */ |
| 47 | export function getFetchDocCacheKey(owner: string, repo: string): string { |
| 48 | return `fetch_doc:${owner}:${repo}`; |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * Cache key structure for URL content |
no outgoing calls
no test coverage detected