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

Function installState

apps/kimi-code/test/cli/update/preflight.test.ts:152–159  ·  view source on GitHub ↗
(overrides: Partial<UpdateInstallState> = {})

Source from the content-addressed store, hash-verified

150}
151
152function installState(overrides: Partial<UpdateInstallState> = {}): UpdateInstallState {
153 return {
154 active: null,
155 lastFailure: null,
156 lastSuccess: null,
157 ...overrides,
158 };
159}
160
161function tuiConfig(overrides: Partial<TuiConfig> = {}): TuiConfig {
162 return {

Callers 1

preflight.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected