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

Function detail

packages/server/src/svc/schtasks.ts:254–257  ·  view source on GitHub ↗
(res: ExecResult)

Source from the content-addressed store, hash-verified

252}
253
254function detail(res: ExecResult): string | undefined {
255 const text = (res.stderr || res.stdout).trim();
256 return text.length > 0 ? text : undefined;
257}
258
259
260export function taskXmlExists(path: string): boolean {

Callers 6

installFunction · 0.70
uninstallFunction · 0.70
startFunction · 0.70
stopFunction · 0.70
restartFunction · 0.70
statusFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected