Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
export
function
getCompletionCacheDir(): string {
26
return
getClaudeConfigHomeDir()
27
}
28
29
function
detectShell(): ShellInfo | null {
30
const
shell = process.env.SHELL ||
''
Callers
1
detectShell
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected