Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Marus/cortex-debug
/ isProcessRunning
Method
isProcessRunning
src/backend/server.ts:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
public isProcessRunning(): boolean {
105
return
!!this.process;
106
}
107
108
private exitTimeout: NodeJS.Timeout = null;
109
private killInProgress = false;
Callers
1
quitEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected