* Close the CodeGraph instance and release resources
()
| 411 | * Close the CodeGraph instance and release resources |
| 412 | */ |
| 413 | close(): void { |
| 414 | this.unwatch(); |
| 415 | // Release file lock if held |
| 416 | this.fileLock.release(); |
| 417 | this.db.close(); |
| 418 | } |
| 419 | |
| 420 | /** |
| 421 | * Get the project root directory |
no test coverage detected