Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
280
function
detail(res: ExecResult): string | undefined {
281
const
text = (res.stderr || res.stdout).trim();
282
return
text.length > 0 ? text : undefined;
283
}
Callers
5
install
Function · 0.70
start
Function · 0.70
stop
Function · 0.70
restart
Function · 0.70
status
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected