Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
62
function
libraryName () {
63
return
localStorage.load(libraryNameKey())
64
}
65
66
function
libraryNameKey () {
67
return
`library-name-${me.get(
'_id'
)}`
Callers
nothing calls this directly
Calls
2
libraryNameKey
Function · 0.85
load
Method · 0.45
Tested by
no test coverage detected