MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / getUpdateInstallStateFile

Function getUpdateInstallStateFile

apps/kimi-code/src/utils/paths.ts:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 * Return the update install state file: `<dataDir>/updates/install.json`.
71 */
72export 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`.

Callers 4

paths.test.tsFile · 0.90
cache.test.tsFile · 0.90
readUpdateInstallStateFunction · 0.90
writeUpdateInstallStateFunction · 0.90

Calls 1

getDataDirFunction · 0.85

Tested by

no test coverage detected