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

Method attachRequest

src/test/debug_client_ms.ts:189–191  ·  view source on GitHub ↗
(args: DebugProtocol.AttachRequestArguments)

Source from the content-addressed store, hash-verified

187 }
188
189 public attachRequest(args: DebugProtocol.AttachRequestArguments): Promise<DebugProtocol.AttachResponse> {
190 return this.send('attach', args);
191 }
192
193 public restartRequest(args: DebugProtocol.RestartArguments): Promise<DebugProtocol.RestartResponse> {
194 return this.send('restart', args);

Callers 1

launchMethod · 0.45

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected