()
| 19 | * @return {Boolean} |
| 20 | */ |
| 21 | export function isEnabled() { |
| 22 | return prefs.keyserver.oks_lookup === true; |
| 23 | } |
| 24 | |
| 25 | /** |
| 26 | * Get a verified public key from the server by email address. |
nothing calls this directly
no outgoing calls
no test coverage detected