MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / uninitialize

Method uninitialize

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

1240 * WARNING: This permanently deletes all CodeGraph data for the project.
1241 */
1242 uninitialize(): void {
1243 this.close();
1244 removeDirectory(this.projectRoot);
1245 }
1246}
1247
1248// 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