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

Method clear

src/index.ts:1805–1807  ·  view source on GitHub ↗

* Clear all data from the graph

()

Source from the content-addressed store, hash-verified

1803 * Clear all data from the graph
1804 */
1805 clear(): void {
1806 this.queries.clear();
1807 }
1808
1809 /**
1810 * 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