()
| 63 | * Return the update cache file: `<dataDir>/updates/latest.json`. |
| 64 | */ |
| 65 | export function getUpdateStateFile(): string { |
| 66 | return join(getDataDir(), KIMI_CODE_UPDATE_DIR_NAME, KIMI_CODE_UPDATE_STATE_FILE_NAME); |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Return the update install state file: `<dataDir>/updates/install.json`. |
no test coverage detected