* Creates a new 'CodeIndex' instance. * @param folderPath Optional. The path to the folder containing the index. Defaults to '.codepilot'.
(folderPath = '.codepilot')
| 52 | * @param folderPath Optional. The path to the folder containing the index. Defaults to '.codepilot'. |
| 53 | */ |
| 54 | constructor(folderPath = '.codepilot') { |
| 55 | this._folderPath = folderPath; |
| 56 | } |
| 57 | /** |
| 58 | * Gets the current code index configuration. |
| 59 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected