Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/winfunc/opcode
/ isEnabled
Method
isEnabled
src/lib/analytics/index.ts:263–265 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
261
262
// Convenience methods
263
isEnabled(): boolean {
264
return
this.consentManager.isEnabled();
265
}
266
267
hasConsented(): boolean {
268
return
this.consentManager.hasConsented();
Callers
3
track
Method · 0.45
identify
Method · 0.45
startFlushInterval
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected