MCPcopy 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
33export function nativeBlobPath() {
34 return resolve(nativeIntermediatesDir(), 'kimi.blob');
35}
36
37export function nativeSeaConfigPath() {
38 return resolve(nativeIntermediatesDir(), 'sea-config.json');

Callers 4

paths.test.tsFile · 0.90
writeSeaConfigFunction · 0.90
ensureBlobExistsFunction · 0.90
injectSeaBlobFunction · 0.90

Calls 2

nativeIntermediatesDirFunction · 0.85
resolveFunction · 0.50

Tested by

no test coverage detected