MCPcopy 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

quitEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected