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

Function nativeManifestDir

apps/kimi-code/scripts/native/paths.mjs:41–43  ·  view source on GitHub ↗
(target = targetTriple())

Source from the content-addressed store, hash-verified

39}
40
41export function nativeManifestDir(target = targetTriple()) {
42 return resolve(nativeIntermediatesDir(), 'native-assets', target);
43}
44
45export function nativeArtifactsDir() {
46 return resolve(nativeDistRoot(), 'artifacts');

Callers 2

paths.test.tsFile · 0.90
writeSeaConfigFunction · 0.90

Calls 3

targetTripleFunction · 0.85
nativeIntermediatesDirFunction · 0.85
resolveFunction · 0.50

Tested by

no test coverage detected