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

Function hideEmailLibraryKey

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

Source from the content-addressed store, hash-verified

56}
57
58function hideEmailLibraryKey () {
59 return `hide-email-library-${me.get('_id')}`
60}
61
62function libraryName () {
63 return localStorage.load(libraryNameKey())

Callers 3

extraProvisionsFunction · 0.85
shouldHideEmailFunction · 0.85
removeLibraryKeysFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected