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

Function detail

packages/server/src/svc/launchd.ts:280–283  ·  view source on GitHub ↗
(res: ExecResult)

Source from the content-addressed store, hash-verified

278}
279
280function detail(res: ExecResult): string | undefined {
281 const text = (res.stderr || res.stdout).trim();
282 return text.length > 0 ? text : undefined;
283}

Callers 5

installFunction · 0.70
startFunction · 0.70
stopFunction · 0.70
restartFunction · 0.70
statusFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected