MCPcopy Index your code
hub / github.com/21st-dev/1code / setOptOut

Function setOptOut

src/main/lib/analytics.ts:90–92  ·  view source on GitHub ↗
(optedOut: boolean)

Source from the content-addressed store, hash-verified

88 * Set opt-out status (called from renderer when user preference changes)
89 */
90export function setOptOut(optedOut: boolean) {
91 userOptedOut = optedOut
92}
93
94/**
95 * Set subscription plan (called after fetching from API)

Callers 1

registerIpcHandlersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected