MCPcopy 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

trackMethod · 0.45
identifyMethod · 0.45
startFlushIntervalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected