Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
export
function
nativeJsBundlePath() {
30
return
resolve(nativeIntermediatesDir(),
'main.cjs'
);
31
}
32
33
export
function
nativeBlobPath() {
34
return
resolve(nativeIntermediatesDir(),
'kimi.blob'
);
Callers
4
paths.test.ts
File · 0.90
ensureBundleExists
Function · 0.90
writeSeaConfig
Function · 0.90
check-bundle.mjs
File · 0.90
Calls
2
nativeIntermediatesDir
Function · 0.85
resolve
Function · 0.50
Tested by
no test coverage detected