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

Method restart

packages/server/src/svc/types.ts:68–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 start(): Promise<LifecycleResult>;
67 stop(): Promise<LifecycleResult>;
68 restart(): Promise<LifecycleResult>;
69 status(): Promise<ServiceStatus>;
70}
71

Callers 5

launchd.test.tsFile · 0.65
systemd.test.tsFile · 0.65
schtasks.test.tsFile · 0.65
registerToolsRoutesFunction · 0.65
addLifecycleCommandsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected