Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
70
function
showLibraryLoginModalKey () {
71
return
`library-modal-${me.get(
'_id'
)}`
72
}
73
74
function
isCreatedViaLibraryKey () {
75
return
`is-created-via-library-${me.get(
'_id'
)}`
Callers
2
extraProvisions
Function · 0.85
shouldShowLibraryLoginModal
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected