* Close the CodeGraph instance and release resources
()
| 446 | * Close the CodeGraph instance and release resources |
| 447 | */ |
| 448 | close(): void { |
| 449 | this.unwatch(); |
| 450 | // Release file lock if held |
| 451 | this.fileLock.release(); |
| 452 | this.db.close(); |
| 453 | } |
| 454 | |
| 455 | /** |
| 456 | * Get the project root directory |
no test coverage detected