()
| 56 | * Return the managed tools directory: `<dataDir>/bin/`. |
| 57 | */ |
| 58 | export function getBinDir(): string { |
| 59 | return join(getDataDir(), KIMI_CODE_BIN_DIR_NAME); |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Return the update cache file: `<dataDir>/updates/latest.json`. |
no test coverage detected