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

Method stopAdapter

src/test/debug_client_ms.ts:155–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153 public get adapterProcess(): cp.ChildProcess | undefined { return this._adapterProcess; }
154
155 public stopAdapter() {
156 if (this._adapterProcess) {
157 this._adapterProcess.kill();
158 this._adapterProcess = undefined;
159 }
160 if (this._socket) {
161 this._socket.end();
162 this._socket = undefined;
163 }
164 }
165
166 // ---- protocol requests -------------------------------------------------------------------------------------------------
167

Callers 1

stopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected