MCPcopy Index your code
hub / github.com/claude-code-best/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 // Upstream gates this to ant-only, but the /v1/models API is available

Callers 2

getModelCapabilityFunction · 0.70
refreshModelCapabilitiesFunction · 0.70

Calls 1

getCacheDirFunction · 0.85

Tested by

no test coverage detected