MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / uninitialize

Method uninitialize

src/index.ts:1824–1827  ·  view source on GitHub ↗

* 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.

()

Source from the content-addressed store, hash-verified

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

Callers 3

mainFunction · 0.80
foundation.test.tsFile · 0.80

Calls 2

closeMethod · 0.95
removeDirectoryFunction · 0.90

Tested by

no test coverage detected