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

Method getIsolate

src/debug/dart_debug_protocol.ts:380–382  ·  view source on GitHub ↗
(isolateId: string)

Source from the content-addressed store, hash-verified

378 }
379
380 public getIsolate(isolateId: string): Promise<DebuggerResult> {
381 return this.callMethod("getIsolate", { isolateId });
382 }
383
384 public on(streamId: string, callback: (event: VMEvent) => void): Promise<DebuggerResult> {
385 this.eventListeners[streamId] = callback;

Callers 3

initDebuggerFunction · 0.80
evaluateRequestFunction · 0.80

Calls 1

callMethodMethod · 0.95

Tested by

no test coverage detected