* Gets the path to the folder containing the index.
()
| 64 | * Gets the path to the folder containing the index. |
| 65 | */ |
| 66 | get folderPath() { |
| 67 | return this._folderPath; |
| 68 | } |
| 69 | /** |
| 70 | * Gets the current OpenAI keys. |
| 71 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected