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

Method clear

src/index.ts:1922–1924  ·  view source on GitHub ↗

* Clear all data from the graph

()

Source from the content-addressed store, hash-verified

1920 * Clear all data from the graph
1921 */
1922 clear(): void {
1923 this.queries.clear();
1924 }
1925
1926 /**
1927 * Alias for close() for backwards compatibility.

Callers 5

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

Calls

no outgoing calls

Tested by 2

closeFunction · 0.36
cancelAllMethod · 0.36