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

Method clear

src/index.ts:1806–1808  ·  view source on GitHub ↗

* Clear all data from the graph

()

Source from the content-addressed store, hash-verified

1804 * Clear all data from the graph
1805 */
1806 clear(): void {
1807 this.queries.clear();
1808 }
1809
1810 /**
1811 * Alias for close() for backwards compatibility.

Callers 3

clearProjectConfigCacheFunction · 0.45
foundation.test.tsFile · 0.45
lru-cache.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected