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

Method logDevToolsOpened

src/extension/analytics.ts:427–427  ·  view source on GitHub ↗
(commandSource: string | undefined)

Source from the content-addressed store, hash-verified

425 this.event(kind, customData);
426 }
427 public logDevToolsOpened(commandSource: string | undefined) { this.event(AnalyticsEvent.DevTools_Opened, { commandSource }); }
428 public logFlutterDoctor(commandSource: string | undefined) { this.event(AnalyticsEvent.Command_FlutterDoctor, { commandSource }); }
429 public logFlutterNewProject(commandSource: string | undefined) { this.event(AnalyticsEvent.Command_FlutterNewProject, { commandSource }); }
430 public logDartNewProject(commandSource: string | undefined) { this.event(AnalyticsEvent.Command_DartNewProject, { commandSource }); }

Callers 1

spawnMethod · 0.80

Calls 1

eventMethod · 0.95

Tested by

no test coverage detected