MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / requestRestart

Method requestRestart

src/runtime/lifecycle.ts:39–41  ·  view source on GitHub ↗
(trigger: LifecycleTrigger)

Source from the content-addressed store, hash-verified

37
38
39 async requestRestart(trigger: LifecycleTrigger): Promise<CommandResult> {
40 return this.requestStop("restart", trigger);
41 }
42
43 async requestShutdown(trigger: LifecycleTrigger): Promise<CommandResult> {
44 return this.requestStop("shutdown", trigger);

Callers

nothing calls this directly

Calls 1

requestStopMethod · 0.95

Tested by

no test coverage detected