Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
export
function
nativeSmokeHome() {
50
return
resolve(nativeDistRoot(),
'smoke-home'
);
51
}
52
53
export
function
nativeManifestKey(target = targetTriple()) {
54
return
`native/${target}/manifest.json`;
Callers
2
paths.test.ts
File · 0.90
smoke.mjs
File · 0.90
Calls
2
nativeDistRoot
Function · 0.85
resolve
Function · 0.50
Tested by
no test coverage detected