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

Function shouldShowLibraryLoginModal

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

Source from the content-addressed store, hash-verified

52}
53
54function shouldShowLibraryLoginModal () {
55 return !!localStorage.load(showLibraryLoginModalKey())
56}
57
58function hideEmailLibraryKey () {
59 return `hide-email-library-${me.get('_id')}`

Callers

nothing calls this directly

Calls 2

showLibraryLoginModalKeyFunction · 0.85
loadMethod · 0.45

Tested by

no test coverage detected