MCPcopy 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
62function bunCommand(platform: NodeJS.Platform): string {
63 return platform === 'win32' ? 'bun.exe' : 'bun';
64}
65
66export function installCommandFor(
67 source: InstallSource,

Callers 1

spawnForSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected