Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ clearPathCache
Function
clearPathCache
src/utils/suggestions/directoryCompletion.ts:260–263 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
258
* Clears both directory and path caches
259
*/
260
export
function
clearPathCache(): void {
261
directoryCache.clear()
262
pathCache.clear()
263
}
264
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected