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

Method report

src/shared/vscode/interfaces.ts:70–72  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

68 }
69
70 public report(message: string): void {
71 this.reporter.report({ message });
72 }
73
74 public complete(): void {
75 this._isComplete = true;

Callers 9

launchEmulatorMethod · 0.80
launchCustomEmulatorMethod · 0.80
appendCommandOutputMethod · 0.80
updateProgressFunction · 0.80
runWithProgressMethod · 0.80
runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected