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

Function nativeBinDir

apps/kimi-code/scripts/native/paths.mjs:21–23  ·  view source on GitHub ↗
(target = targetTriple())

Source from the content-addressed store, hash-verified

19}
20
21export function nativeBinDir(target = targetTriple()) {
22 return resolve(nativeDistRoot(), 'bin', target);
23}
24
25export function nativeBinPath(target = targetTriple(), platform = process.platform) {
26 return resolve(nativeBinDir(target), executableName(platform));

Callers 3

paths.test.tsFile · 0.90
copyNodeExecutableFunction · 0.90
nativeBinPathFunction · 0.85

Calls 3

targetTripleFunction · 0.85
nativeDistRootFunction · 0.85
resolveFunction · 0.50

Tested by

no test coverage detected