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

Function nativeBinPath

apps/kimi-code/scripts/native/paths.mjs:25–27  ·  view source on GitHub ↗
(target = targetTriple(), platform = process.platform)

Source from the content-addressed store, hash-verified

23}
24
25export function nativeBinPath(target = targetTriple(), platform = process.platform) {
26 return resolve(nativeBinDir(target), executableName(platform));
27}
28
29export function nativeJsBundlePath() {
30 return resolve(nativeIntermediatesDir(), 'main.cjs');

Callers 8

paths.test.tsFile · 0.90
smoke.mjsFile · 0.90
runVerifyStepFunction · 0.90
package.mjsFile · 0.90
copyNodeExecutableFunction · 0.90
removeSignatureIfNeededFunction · 0.90
injectSeaBlobFunction · 0.90
runSignStepFunction · 0.90

Calls 4

targetTripleFunction · 0.85
nativeBinDirFunction · 0.85
executableNameFunction · 0.70
resolveFunction · 0.50

Tested by

no test coverage detected