| 78 | * The current projects source code index. |
| 79 | */ |
| 80 | export class CodeIndex { |
| 81 | private readonly _folderPath: string; |
| 82 | private _config?: CodeIndexConfig; |
| 83 | private _keys?: OpenAIKeys; |
nothing calls this directly
no outgoing calls
no test coverage detected