MCPcopy
hub / github.com/codeaashu/claude-code / initializeAnalyticsSink

Function initializeAnalyticsSink

src/services/analytics/sink.ts:109–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 * Idempotent: safe to call multiple times (subsequent calls are no-ops).
108 */
109export function initializeAnalyticsSink(): void {
110 attachAnalyticsSink({
111 logEvent: logEventImpl,
112 logEventAsync: logEventAsyncImpl,
113 })
114}
115

Callers 3

initSinksFunction · 0.85
runComputerUseMcpServerFunction · 0.85

Calls 1

attachAnalyticsSinkFunction · 0.85

Tested by

no test coverage detected