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

Method clear

src/index.ts:1224–1226  ·  view source on GitHub ↗

* Clear all data from the graph

()

Source from the content-addressed store, hash-verified

1222 * Clear all data from the graph
1223 */
1224 clear(): void {
1225 this.queries.clear();
1226 }
1227
1228 /**
1229 * 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