MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / trackDailyActive

Method trackDailyActive

src/services/platform/electron.ts:36–38  ·  view source on GitHub ↗
(locale: string)

Source from the content-addressed store, hash-verified

34 }
35
36 trackDailyActive(locale: string): Promise<void> {
37 return window.api.app.trackDailyActive(locale)
38 }
39
40 showOpenDialog(options: OpenDialogOptions): Promise<OpenDialogResult> {
41 return window.api.dialog.showOpenDialog(options as Electron.OpenDialogOptions)

Callers

nothing calls this directly

Calls 1

trackDailyActiveMethod · 0.65

Tested by

no test coverage detected