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

Function shouldHideEmail

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

Source from the content-addressed store, hash-verified

48}
49
50function shouldHideEmail () {
51 return !!localStorage.load(hideEmailLibraryKey())
52}
53
54function shouldShowLibraryLoginModal () {
55 return !!localStorage.load(showLibraryLoginModalKey())

Callers

nothing calls this directly

Calls 2

hideEmailLibraryKeyFunction · 0.85
loadMethod · 0.45

Tested by

no test coverage detected