()
| 70 | * Return the update install state file: `<dataDir>/updates/install.json`. |
| 71 | */ |
| 72 | export function getUpdateInstallStateFile(): string { |
| 73 | return join(getDataDir(), KIMI_CODE_UPDATE_DIR_NAME, KIMI_CODE_UPDATE_INSTALL_STATE_FILE_NAME); |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * Return the update install lock file: `<dataDir>/updates/install.lock`. |
no test coverage detected