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

Method complete

src/shared/vscode/interfaces.ts:74–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 public complete(): void {
75 this._isComplete = true;
76 this.completer.resolve();
77 }
78}
79
80export interface DebugCommandHandler {

Callers 2

handleDebugSessionEndMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected