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

Function threadsRequest

src/debug/dart_debug_impl.ts:641–644  ·  view source on GitHub ↗
(response: DebugProtocol.ThreadsResponse)

Source from the content-addressed store, hash-verified

639 }
640
641 protected threadsRequest(response: DebugProtocol.ThreadsResponse): void {
642 response.body = { threads: this.threadManager.getThreads() };
643 this.sendResponse(response);
644 }
645
646 protected async stackTraceRequest(response: DebugProtocol.StackTraceResponse, args: DebugProtocol.StackTraceArguments): Promise<void> {
647 const stackFrameBatch = 20;

Callers

nothing calls this directly

Calls 2

getThreadsMethod · 0.80
sendResponseMethod · 0.80

Tested by

no test coverage detected