MCPcopy
hub / github.com/colbymchenry/codegraph / destroy

Method destroy

src/index.ts:1232–1234  ·  view source on GitHub ↗

* Alias for close() for backwards compatibility. * @deprecated Use close() instead

()

Source from the content-addressed store, hash-verified

1230 * @deprecated Use close() instead
1231 */
1232 destroy(): void {
1233 this.close();
1234 }
1235
1236 /**
1237 * Completely remove CodeGraph from the project.

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected