MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / kill

Method kill

apps/desktop/src/main/sidecar-exit-wiring.test.ts:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 exitCode: number | null = null;
47 killed = false;
48 kill() {
49 this.killed = true;
50 return true;
51 }
52}
53
54// The packaged branch of `resolveSidecarCommand` reads Electron's resources

Callers 15

stopDaemonFunction · 0.80
closeMethod · 0.80
isAliveFunction · 0.80
killQuietlyFunction · 0.80
pidIsGoneFunction · 0.80
disposeStateFunction · 0.80
disposeFunction · 0.80
isPidAliveFunction · 0.80
stopSidecarFunction · 0.80
cleanupFunction · 0.80
spawnDetachedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected