MCPcopy
hub / github.com/codeaashu/claude-code / getCacheDir

Function getCacheDir

src/utils/model/modelCapabilities.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36export type ModelCapability = z.infer<ReturnType<typeof ModelCapabilitySchema>>
37
38function getCacheDir(): string {
39 return join(getClaudeConfigHomeDir(), 'cache')
40}
41
42function getCachePath(): string {
43 return join(getCacheDir(), 'model-capabilities.json')

Callers 2

getCachePathFunction · 0.85
refreshModelCapabilitiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected