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

Function readStatus

apps/kimi-code/src/cli/sub/server/lifecycle.ts:225–231  ·  view source on GitHub ↗
(mgr: ServiceManager)

Source from the content-addressed store, hash-verified

223}
224
225async function readStatus(mgr: ServiceManager): Promise<ServiceStatus | undefined> {
226 try {
227 return await mgr.status();
228 } catch {
229 return undefined;
230 }
231}
232
233function withStatusDetails(
234 result: Record<string, unknown>,

Callers 1

addLifecycleCommandsFunction · 0.70

Calls 1

statusMethod · 0.65

Tested by

no test coverage detected