Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
clearProjectConfigCache
Function · 0.45
foundation.test.ts
File · 0.45
lru-cache.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected