Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ smoke.mjs
File
smoke.mjs
apps/kimi-code/scripts/native/smoke.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ execFile } from
'node:child_process'
;
2
import
{ readFile, stat } from
'node:fs/promises'
;
3
import
{ resolve } from
'node:path'
;
4
import
{ promisify } from
'node:util'
;
Callers
nothing calls this directly
Calls
10
targetTriple
Function · 0.90
nativeBinPath
Function · 0.90
nativeSmokeHome
Function · 0.90
ensureExecutableExists
Function · 0.85
runKimi
Function · 0.85
runKimiWithEnv
Function · 0.85
assertIncludes
Function · 0.70
log
Method · 0.65
readFile
Function · 0.50
resolve
Function · 0.50
Tested by
no test coverage detected