Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Settings
Function · 0.45
useAnalytics
Function · 0.45
usePageView
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected