MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / analyticsConsent

Method analyticsConsent

src/controller/menu.controller.js:77–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 analyticsConsent() {
78 if (shouldSeeConsentDialog()) {
79 this.openApp('/analytics-consent');
80 } else {
81 this.openApp('/onboarding');
82 }
83 }
84}

Callers 1

onBrowserActionMethod · 0.95

Calls 2

shouldSeeConsentDialogFunction · 0.90
openAppMethod · 0.80

Tested by

no test coverage detected