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