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

Function nativeSmokeHome

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

Source from the content-addressed store, hash-verified

47}
48
49export function nativeSmokeHome() {
50 return resolve(nativeDistRoot(), 'smoke-home');
51}
52
53export function nativeManifestKey(target = targetTriple()) {
54 return `native/${target}/manifest.json`;

Callers 2

paths.test.tsFile · 0.90
smoke.mjsFile · 0.90

Calls 2

nativeDistRootFunction · 0.85
resolveFunction · 0.50

Tested by

no test coverage detected