MCPcopy Index your code
hub / github.com/Noumena-Network/code / getCacheDir

Function getCacheDir

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

Source from the content-addressed store, hash-verified

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

Callers 2

getCachePathFunction · 0.85
refreshModelCapabilitiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected