()
| 49 | * Return the CLI cache directory: `<dataDir>/cache/`. |
| 50 | */ |
| 51 | export function getCacheDir(): string { |
| 52 | return join(getDataDir(), KIMI_CODE_CACHE_DIR_NAME); |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Return the managed tools directory: `<dataDir>/bin/`. |
no test coverage detected