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

Function ensureExecutableExists

apps/kimi-code/scripts/native/smoke.mjs:20–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20async function ensureExecutableExists() {
21 try {
22 await stat(executablePath);
23 } catch {
24 fail(`Native executable not found at ${executablePath}. Run build:native:sea first.`);
25 }
26}
27
28async function runKimi(args) {
29 try {

Callers 1

smoke.mjsFile · 0.85

Calls 2

failFunction · 0.70
statFunction · 0.50

Tested by

no test coverage detected