()
| 52 | } |
| 53 | |
| 54 | function shouldShowLibraryLoginModal () { |
| 55 | return !!localStorage.load(showLibraryLoginModalKey()) |
| 56 | } |
| 57 | |
| 58 | function hideEmailLibraryKey () { |
| 59 | return `hide-email-library-${me.get('_id')}` |
nothing calls this directly
no test coverage detected