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

Function executableName

apps/kimi-code/scripts/native/paths.mjs:9–11  ·  view source on GitHub ↗
(platform = process.platform)

Source from the content-addressed store, hash-verified

7}
8
9export function executableName(platform = process.platform) {
10 return platform === 'win32' ? 'kimi.exe' : 'kimi';
11}
12
13export function nativeDistRoot() {
14 return resolve(appRoot, 'dist-native');

Callers 3

paths.test.tsFile · 0.90
package.mjsFile · 0.90
nativeBinPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected