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

Function libraryNetworkLSKey

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

Source from the content-addressed store, hash-verified

44}
45
46function libraryNetworkLSKey () {
47 return `lib-network-${me.get('_id')}`
48}
49
50function shouldHideEmail () {
51 return !!localStorage.load(hideEmailLibraryKey())

Callers 3

extraProvisionsFunction · 0.85
isInLibraryNetworkFunction · 0.85
removeLibraryKeysFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected