MCPcopy Create free account
hub / github.com/winfunc/opcode / isEnabled

Method isEnabled

src/lib/analytics/consent.ts:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 isEnabled(): boolean {
103 return this.settings?.enabled || false;
104 }
105
106 getUserId(): string {
107 return this.settings?.userId || this.generateAnonymousId();

Callers 3

SettingsFunction · 0.45
useAnalyticsFunction · 0.45
usePageViewFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected