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

Method log

src/extension/analytics.ts:434–434  ·  view source on GitHub ↗
(category: AnalyticsEvent)

Source from the content-addressed store, hash-verified

432 public logFlutterSurveyClicked() { this.event(AnalyticsEvent.FlutterSurvey_Clicked); }
433 public logFlutterSurveyDismissed() { this.event(AnalyticsEvent.FlutterSurvey_Dismissed); }
434 public log(category: AnalyticsEvent) { this.event(category); }
435
436 public dispose(): void {
437 disposeAll(this.disposables);

Callers 5

activateFunction · 0.45
logTimeFunction · 0.45
constructorMethod · 0.45
handleMessageMethod · 0.45

Calls 1

eventMethod · 0.95

Tested by

no test coverage detected