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

Function nowIso

apps/kimi-code/src/cli/update/preflight.ts:326–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324}
325
326function nowIso(): string {
327 return new Date().toISOString();
328}
329
330function failureAttemptsFor(state: UpdateInstallState, target: UpdateTarget): number {
331 return state.lastFailure?.version === target.version ? state.lastFailure.attempts : 0;

Callers 4

logRolloutDecisionFunction · 0.85
startBackgroundInstallFunction · 0.85
finishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected