Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ nativeBlobPath
Function
nativeBlobPath
apps/kimi-code/scripts/native/paths.mjs:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
export
function
nativeBlobPath() {
34
return
resolve(nativeIntermediatesDir(),
'kimi.blob'
);
35
}
36
37
export
function
nativeSeaConfigPath() {
38
return
resolve(nativeIntermediatesDir(),
'sea-config.json'
);
Callers
4
paths.test.ts
File · 0.90
writeSeaConfig
Function · 0.90
ensureBlobExists
Function · 0.90
injectSeaBlob
Function · 0.90
Calls
2
nativeIntermediatesDir
Function · 0.85
resolve
Function · 0.50
Tested by
no test coverage detected