Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
launchEmulator
Method · 0.80
launchCustomEmulator
Method · 0.80
generateDiagnosticReportWithProgress
Method · 0.80
appendCommandOutput
Method · 0.80
updateProgress
Function · 0.80
handleCustomEventWithSession
Method · 0.80
runWithProgress
Method · 0.80
processUnhandledMessage
Method · 0.80
runTests
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected