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

Function nativeSeaConfigPath

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

Source from the content-addressed store, hash-verified

35}
36
37export function nativeSeaConfigPath() {
38 return resolve(nativeIntermediatesDir(), 'sea-config.json');
39}
40
41export function nativeManifestDir(target = targetTriple()) {
42 return resolve(nativeIntermediatesDir(), 'native-assets', target);

Callers 3

paths.test.tsFile · 0.90
writeSeaConfigFunction · 0.90
runSeaBlobStepFunction · 0.90

Calls 2

nativeIntermediatesDirFunction · 0.85
resolveFunction · 0.50

Tested by

no test coverage detected