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

Function bestEffortBootout

packages/server/src/svc/launchd.ts:269–273  ·  view source on GitHub ↗
(deps: LaunchdManagerDeps)

Source from the content-addressed store, hash-verified

267}
268
269async function bestEffortBootout(deps: LaunchdManagerDeps): Promise<void> {
270 await deps.execLaunchctl(['bootout', `${deps.guiDomain()}/${KIMI_SERVER_LABEL}`]).catch(() => {
271
272 });
273}
274
275function isAlreadyLoaded(res: ExecResult): boolean {
276 const message = (res.stderr || res.stdout).toLowerCase();

Callers 1

installFunction · 0.85

Calls 2

execLaunchctlMethod · 0.80
guiDomainMethod · 0.80

Tested by

no test coverage detected