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

Method getVM

src/debug/dart_debug_protocol.ts:376–378  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

374 }
375
376 public getVM(): Promise<DebuggerResult> {
377 return this.callMethod("getVM");
378 }
379
380 public getIsolate(isolateId: string): Promise<DebuggerResult> {
381 return this.callMethod("getIsolate", { isolateId });

Callers 2

initDebuggerFunction · 0.80
reloadSourcesFunction · 0.80

Calls 1

callMethodMethod · 0.95

Tested by

no test coverage detected