Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ clearDirectoryCache
Function
clearDirectoryCache
src/utils/suggestions/directoryCompletion.ts:145–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
* Clears the directory cache
144
*/
145
export
function
clearDirectoryCache(): void {
146
directoryCache.clear()
147
}
148
149
/**
150
* Checks
if
a string looks like a path (starts with path-like prefixes)
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected