MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / handleExit

Method handleExit

src/extension/flutter/flutter_daemon.ts:120–125  ·  view source on GitHub ↗
(code: number | null, signal: NodeJS.Signals | null)

Source from the content-addressed store, hash-verified

118 }
119
120 protected handleExit(code: number | null, signal: NodeJS.Signals | null) {
121 if (code && !this.isShuttingDown)
122 this.handleUncleanExit();
123
124 super.handleExit(code, signal);
125 }
126
127 private handleUncleanExit() {
128 if (this.runIfNoDevices) {

Callers 2

createNcProcessMethod · 0.95
sendExitMethod · 0.45

Calls 1

handleUncleanExitMethod · 0.95

Tested by

no test coverage detected