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

Function nativeJsBundlePath

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

Source from the content-addressed store, hash-verified

27}
28
29export function nativeJsBundlePath() {
30 return resolve(nativeIntermediatesDir(), 'main.cjs');
31}
32
33export function nativeBlobPath() {
34 return resolve(nativeIntermediatesDir(), 'kimi.blob');

Callers 4

paths.test.tsFile · 0.90
ensureBundleExistsFunction · 0.90
writeSeaConfigFunction · 0.90
check-bundle.mjsFile · 0.90

Calls 2

nativeIntermediatesDirFunction · 0.85
resolveFunction · 0.50

Tested by

no test coverage detected