Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ clear
Method
clear
common/src/util/lru-cache.ts:64–66 ·
view source on GitHub ↗
* Clears all items from the cache.
()
Source
from the content-addressed store, hash-verified
62
* Clears all items from the cache.
63
*/
64
clear(): void {
65
this.cache.clear()
66
}
67
}
Callers
1
clearMockedModules
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected