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

Method restartRequest

src/test/debug_client_ms.ts:193–195  ·  view source on GitHub ↗
(args: DebugProtocol.RestartArguments)

Source from the content-addressed store, hash-verified

191 }
192
193 public restartRequest(args: DebugProtocol.RestartArguments): Promise<DebugProtocol.RestartResponse> {
194 return this.send('restart', args);
195 }
196
197 public terminateRequest(args?: DebugProtocol.TerminateArguments): Promise<DebugProtocol.TerminateResponse> {
198 return this.send('terminate', args);

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected