* Creates a new 'CodeIndex' instance. * @param folderPath Optional. The path to the folder containing the index. Defaults to '.codepilot'.
(folderPath = '.codepilot')
| 88 | * @param folderPath Optional. The path to the folder containing the index. Defaults to '.codepilot'. |
| 89 | */ |
| 90 | constructor(folderPath = '.codepilot') { |
| 91 | this._folderPath = folderPath; |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * Gets the current code index configuration. |
nothing calls this directly
no outgoing calls
no test coverage detected