Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
stopDaemon
Function · 0.80
close
Method · 0.80
isAlive
Function · 0.80
killQuietly
Function · 0.80
pidIsGone
Function · 0.80
disposeState
Function · 0.80
createWorkerdModuleRunner
Function · 0.80
dispose
Function · 0.80
isPidAlive
Function · 0.80
stopSidecar
Function · 0.80
cleanup
Function · 0.80
spawnDetached
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected