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

Method destroy

src/index.ts:1930–1932  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1928 * @deprecated Use close() instead
1929 */
1930 destroy(): void {
1931 this.close();
1932 }
1933
1934 /**
1935 * Completely remove CodeGraph from the project.

Callers 15

downloadFunction · 0.45
drawChartFunction · 0.45
drawPanelFunction · 0.45
cleanupFunction · 0.45
synthEdgesFunction · 0.45

Calls 1

closeMethod · 0.95

Tested by 7

cleanupFunction · 0.36
synthEdgesFunction · 0.36
destroyProjectFunction · 0.36
callEdgesFunction · 0.36
rebuildEdgeSetFunction · 0.36
teardownFunction · 0.36
synthEdgesFunction · 0.36