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

Method threadsRequest

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

Source from the content-addressed store, hash-verified

283 }
284
285 public threadsRequest(): Promise<DebugProtocol.ThreadsResponse> {
286 return this.send('threads');
287 }
288
289 public modulesRequest(args: DebugProtocol.ModulesArguments): Promise<DebugProtocol.ModulesResponse> {
290 return this.send('modules');

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected