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

Function libraryNameKey

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

Source from the content-addressed store, hash-verified

64}
65
66function libraryNameKey () {
67 return `library-name-${me.get('_id')}`
68}
69
70function showLibraryLoginModalKey () {
71 return `library-modal-${me.get('_id')}`

Callers 3

extraProvisionsFunction · 0.85
libraryNameFunction · 0.85
removeLibraryKeysFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected