Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
onBrowserAction
Method · 0.95
Calls
2
shouldSeeConsentDialog
Function · 0.90
openApp
Method · 0.80
Tested by
no test coverage detected