(prefix: string)
| 124 | * @returns The full index collection name (e.g., '2014-collections'). |
| 125 | */ |
| 126 | export function getIndexCollectionName(prefix: string): string { |
| 127 | return `${prefix}${INDEX_COLLECTION_SUFFIX}`; |
| 128 | } |
| 129 | |
| 130 | /** |
| 131 | * Checks if a command-line tool exists and is executable. |
no outgoing calls
no test coverage detected