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

Function nativeIntermediatesDir

apps/kimi-code/scripts/native/paths.mjs:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17export function nativeIntermediatesDir() {
18 return resolve(nativeDistRoot(), 'intermediates');
19}
20
21export function nativeBinDir(target = targetTriple()) {
22 return resolve(nativeDistRoot(), 'bin', target);

Callers 7

paths.test.tsFile · 0.90
writeSeaConfigFunction · 0.90
build.mjsFile · 0.90
nativeJsBundlePathFunction · 0.85
nativeBlobPathFunction · 0.85
nativeSeaConfigPathFunction · 0.85
nativeManifestDirFunction · 0.85

Calls 2

nativeDistRootFunction · 0.85
resolveFunction · 0.50

Tested by

no test coverage detected