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