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

Function initAnalytics

apps/desktop/main/analytics.ts:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18export function initAnalytics(): void {
19 // Service is initialized lazily; no-op here unless we want eager validation.
20 if (!APTABASE_APP_KEY) return
21 getService()
22}
23
24export function registerAnalyticsHandlers(): void {
25 ipcMain.handle('analytics:getEnabled', () => {

Callers 1

initMethod · 0.90

Calls 1

getServiceFunction · 0.85

Tested by

no test coverage detected