(owner: string, repo: string)
| 25 | * @returns Cache key |
| 26 | */ |
| 27 | export function getRepoFilePathCacheKey(owner: string, repo: string): string { |
| 28 | return `repo:${owner}:${repo}`; |
| 29 | } |
| 30 | |
| 31 | /** |
| 32 | * Cache key structure for vector existence |
no outgoing calls
no test coverage detected