Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
function
getCachePath(): string {
43
return
join(getCacheDir(),
'model-capabilities.json'
)
44
}
45
46
function
isModelCapabilitiesEligible(): boolean {
47
if
(process.env.USER_TYPE !==
'ant'
)
return
false
Callers
2
getModelCapability
Function · 0.70
refreshModelCapabilities
Function · 0.70
Calls
1
getCacheDir
Function · 0.85
Tested by
no test coverage detected