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

Method disconnectRequest

src/test/debug_client_ms.ts:201–203  ·  view source on GitHub ↗
(args?: DebugProtocol.DisconnectArguments)

Source from the content-addressed store, hash-verified

199 }
200
201 public disconnectRequest(args?: DebugProtocol.DisconnectArguments): Promise<DebugProtocol.DisconnectResponse> {
202 return this.send('disconnect', args);
203 }
204
205 public setBreakpointsRequest(args: DebugProtocol.SetBreakpointsArguments): Promise<DebugProtocol.SetBreakpointsResponse> {
206 // After upgrading to TS 5.5, the return type doesn't appear to be picked up correctly from the overload so we need this

Callers 2

stopMethod · 0.95
disconnectRequestFunction · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected