MCPcopy Create free account
hub / github.com/Noumena-Network/code / getCompletionCacheDir

Function getCompletionCacheDir

src/utils/completionCache.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25export function getCompletionCacheDir(): string {
26 return getClaudeConfigHomeDir()
27}
28
29function detectShell(): ShellInfo | null {
30 const shell = process.env.SHELL || ''

Callers 1

detectShellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected