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

Function isEnabled

src/modules/mveloKeyServer.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.mvelo_tofu_lookup === true;
26}
27
28/**
29 * Get a verified public key from the server by email address.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected