MCPcopy Index your code
hub / github.com/codecombat/codecombat / removeLibraryKeys

Function removeLibraryKeys

app/lib/user-utils.js:82–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82function removeLibraryKeys () {
83 localStorage.remove(hideEmailLibraryKey())
84 localStorage.remove(libraryNameKey())
85 localStorage.remove(libraryNetworkLSKey())
86 localStorage.remove(isCreatedViaLibraryKey())
87}
88
89function getActivityStatusCacheKey (userId) {
90 return `coco-activity-status-${userId}`

Callers

nothing calls this directly

Calls 4

hideEmailLibraryKeyFunction · 0.85
libraryNameKeyFunction · 0.85
libraryNetworkLSKeyFunction · 0.85
isCreatedViaLibraryKeyFunction · 0.85

Tested by

no test coverage detected