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

Function getCachePath

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

Source from the content-addressed store, hash-verified

40}
41
42function getCachePath(): string {
43 return join(getCacheDir(), 'model-capabilities.json')
44}
45
46function isModelCapabilitiesEligible(): boolean {
47 if (process.env.USER_TYPE !== 'ant') return false

Callers 2

getModelCapabilityFunction · 0.70
refreshModelCapabilitiesFunction · 0.70

Calls 1

getCacheDirFunction · 0.85

Tested by

no test coverage detected