()
| 48 | } |
| 49 | |
| 50 | function shouldHideEmail () { |
| 51 | return !!localStorage.load(hideEmailLibraryKey()) |
| 52 | } |
| 53 | |
| 54 | function shouldShowLibraryLoginModal () { |
| 55 | return !!localStorage.load(showLibraryLoginModalKey()) |
nothing calls this directly
no test coverage detected