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

Method uninitialize

src/index.ts:1823–1826  ·  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

1821 * WARNING: This permanently deletes all CodeGraph data for the project.
1822 */
1823 uninitialize(): void {
1824 this.close();
1825 removeDirectory(this.projectRoot);
1826 }
1827}
1828
1829// 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