MCPcopy 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 */
260export function clearPathCache(): void {
261 directoryCache.clear()
262 pathCache.clear()
263}
264

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected