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

Function getUpdateRolloutLogFile

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

Source from the content-addressed store, hash-verified

84 * Return the rollout decision log: `<dataDir>/updates/rollout.log`.
85 */
86export function getUpdateRolloutLogFile(): string {
87 return join(getDataDir(), KIMI_CODE_UPDATE_DIR_NAME, KIMI_CODE_UPDATE_ROLLOUT_LOG_FILE_NAME);
88}
89
90/**
91 * Return the banner display state file: `<dataDir>/cache/banner/state.json`.

Callers 1

appendRolloutDecisionLogFunction · 0.90

Calls 1

getDataDirFunction · 0.85

Tested by

no test coverage detected