Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ execLaunchctl
Method
execLaunchctl
packages/server/src/svc/launchd.ts:35–35 ·
view source on GitHub ↗
(args: readonly string[], options?: ExecOptions)
Source
from the content-addressed store, hash-verified
33
export
interface
LaunchdManagerDeps {
34
35
execLaunchctl(args: readonly string[], options?: ExecOptions): Promise<ExecResult>;
36
37
resolveProgram(): string;
38
Callers
7
install
Function · 0.80
uninstall
Function · 0.80
start
Function · 0.80
stop
Function · 0.80
restart
Function · 0.80
status
Function · 0.80
bestEffortBootout
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected