Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ bunCommand
Function
bunCommand
apps/kimi-code/src/cli/update/preflight.ts:62–64 ·
view source on GitHub ↗
(platform: NodeJS.Platform)
Source
from the content-addressed store, hash-verified
60
}
61
62
function
bunCommand(platform: NodeJS.Platform): string {
63
return
platform ===
'win32'
?
'bun.exe'
:
'bun'
;
64
}
65
66
export
function
installCommandFor(
67
source: InstallSource,
Callers
1
spawnForSource
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected