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

Function libraryName

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

Source from the content-addressed store, hash-verified

60}
61
62function libraryName () {
63 return localStorage.load(libraryNameKey())
64}
65
66function libraryNameKey () {
67 return `library-name-${me.get('_id')}`

Callers

nothing calls this directly

Calls 2

libraryNameKeyFunction · 0.85
loadMethod · 0.45

Tested by

no test coverage detected