MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / isEnabled

Function isEnabled

src/modules/autocryptWrapper.js:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22* @return {Boolean}
23*/
24export function isEnabled() {
25 return prefs.keyserver.autocrypt_lookup === true;
26}
27
28export function stringify({keydata, addr}) {
29 if (keydata.startsWith('-----')) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected