Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initDebugger
Function · 0.80
Calls
1
callMethod
Method · 0.95
Tested by
no test coverage detected