* Gets the current code index configuration.
()
| 95 | * Gets the current code index configuration. |
| 96 | */ |
| 97 | public get config(): CodeIndexConfig | undefined { |
| 98 | return this._config; |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Gets the path to the folder containing the index. |
nothing calls this directly
no outgoing calls
no test coverage detected