()
| 22 | * @return {Boolean} |
| 23 | */ |
| 24 | export 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. |
nothing calls this directly
no outgoing calls
no test coverage detected