Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ isCreatedViaLibraryKey
Function
isCreatedViaLibraryKey
app/lib/user-utils.js:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
function
isCreatedViaLibraryKey () {
75
return
`is-created-via-library-${me.get(
'_id'
)}`
76
}
77
78
function
isCreatedViaLibrary () {
79
return
localStorage.load(isCreatedViaLibraryKey())
Callers
3
extraProvisions
Function · 0.85
isCreatedViaLibrary
Function · 0.85
removeLibraryKeys
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected