MCPcopy Create free account
hub / github.com/codeaashu/claude-code / clearResolveGitDirCache

Function clearResolveGitDirCache

src/utils/git/gitFilesystem.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30/** Clear cached git dir resolutions. Exported for testing only. */
31export function clearResolveGitDirCache(): void {
32 resolveGitDirCache.clear()
33}
34
35/**
36 * Resolve the actual .git directory for a repo.

Callers 1

clearSessionCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected