* Completely remove CodeGraph from the project. * This closes the database and deletes the .CodeGraph directory. * * WARNING: This permanently deletes all CodeGraph data for the project.
()
| 1822 | * WARNING: This permanently deletes all CodeGraph data for the project. |
| 1823 | */ |
| 1824 | uninitialize(): void { |
| 1825 | this.close(); |
| 1826 | removeDirectory(this.projectRoot); |
| 1827 | } |
| 1828 | } |
| 1829 | |
| 1830 | // Default export |
no test coverage detected