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

Function getCachePath

src/services/policyLimits/index.ts:119–121  ·  view source on GitHub ↗

* Get the path to the policy limits cache file

()

Source from the content-addressed store, hash-verified

117 * Get the path to the policy limits cache file
118 */
119function getCachePath(): string {
120 return join(getClaudeConfigHomeDir(), CACHE_FILENAME)
121}
122
123/**
124 * Get the policy limits API endpoint

Callers 4

loadCachedRestrictionsFunction · 0.70
saveCachedRestrictionsFunction · 0.70
fetchAndLoadPolicyLimitsFunction · 0.70
clearPolicyLimitsCacheFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected