()
| 80 | } |
| 81 | |
| 82 | function removeLibraryKeys () { |
| 83 | localStorage.remove(hideEmailLibraryKey()) |
| 84 | localStorage.remove(libraryNameKey()) |
| 85 | localStorage.remove(libraryNetworkLSKey()) |
| 86 | localStorage.remove(isCreatedViaLibraryKey()) |
| 87 | } |
| 88 | |
| 89 | function getActivityStatusCacheKey (userId) { |
| 90 | return `coco-activity-status-${userId}` |
nothing calls this directly
no test coverage detected