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

Function showLibraryLoginModalKey

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

Source from the content-addressed store, hash-verified

68}
69
70function showLibraryLoginModalKey () {
71 return `library-modal-${me.get('_id')}`
72}
73
74function isCreatedViaLibraryKey () {
75 return `is-created-via-library-${me.get('_id')}`

Callers 2

extraProvisionsFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected