()
| 319 | } |
| 320 | |
| 321 | public async refresh(): Promise<void> { |
| 322 | if (!this.folderPath) { |
| 323 | throw new Error("FileSystemSpecService not initialized"); |
| 324 | } |
| 325 | await this.initialize(); |
| 326 | } |
| 327 | |
| 328 | async searchOperations( |
| 329 | query: string, |
nothing calls this directly
no test coverage detected