(owner: string, repo: string)
| 35 | * @returns Cache key |
| 36 | */ |
| 37 | export function getIsIndexedCacheKey(owner: string, repo: string): string { |
| 38 | return `vector_exists:${owner}:${repo}`; |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Cache key structure for fetchDocumentation results |
no outgoing calls
no test coverage detected