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

Method getVersion

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

Source from the content-addressed store, hash-verified

370 }
371
372 public getVersion(): Promise<DebuggerResult> {
373 return this.callMethod("getVersion");
374 }
375
376 public getVM(): Promise<DebuggerResult> {
377 return this.callMethod("getVM");

Callers 1

initDebuggerFunction · 0.80

Calls 1

callMethodMethod · 0.95

Tested by

no test coverage detected