* Close the CodeGraph instance and release resources
()
| 403 | * Close the CodeGraph instance and release resources |
| 404 | */ |
| 405 | close(): void { |
| 406 | this.unwatch(); |
| 407 | // Release file lock if held |
| 408 | this.fileLock.release(); |
| 409 | this.db.close(); |
| 410 | } |
| 411 | |
| 412 | /** |
| 413 | * Get the project root directory |
no test coverage detected