Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ disableAutoInstall
Function
disableAutoInstall
apps/kimi-code/test/cli/update/preflight.test.ts:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
}
171
172
function
disableAutoInstall(): void {
173
mocks.loadTuiConfig.mockResolvedValue(tuiConfig({ upgrade: { autoInstall: false } }));
174
}
175
176
function
captureOutput(): {
177
stdout: string[];
Callers
1
preflight.test.ts
File · 0.85
Calls
1
tuiConfig
Function · 0.85
Tested by
no test coverage detected