MCPcopy Create free account
hub / github.com/5e-bits/5e-database / getIndexCollectionName

Function getIndexCollectionName

scripts/dbUtils.ts:126–128  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

124 * @returns The full index collection name (e.g., '2014-collections').
125 */
126export 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.

Callers 2

_refreshIndexCollectionFunction · 0.90
updateIndexCollectionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected