Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ requestShutdown
Method
requestShutdown
src/runtime/lifecycle.ts:43–45 ·
view source on GitHub ↗
(trigger: LifecycleTrigger)
Source
from the content-addressed store, hash-verified
41
}
42
43
async
requestShutdown(trigger: LifecycleTrigger): Promise<CommandResult> {
44
return
this.requestStop(
"shutdown"
, trigger);
45
}
46
47
private
async
requestStop(
48
reason: StopReason,
Callers
1
startServer
Function · 0.95
Calls
1
requestStop
Method · 0.95
Tested by
no test coverage detected