* Gets the current code index configuration.
()
| 58 | * Gets the current code index configuration. |
| 59 | */ |
| 60 | get config() { |
| 61 | return this._config; |
| 62 | } |
| 63 | /** |
| 64 | * Gets the path to the folder containing the index. |
| 65 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected