Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ isCreatedViaLibrary
Function
isCreatedViaLibrary
app/lib/user-utils.js:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
function
isCreatedViaLibrary () {
79
return
localStorage.load(isCreatedViaLibraryKey())
80
}
81
82
function
removeLibraryKeys () {
83
localStorage.remove(hideEmailLibraryKey())
Callers
nothing calls this directly
Calls
2
isCreatedViaLibraryKey
Function · 0.85
load
Method · 0.45
Tested by
no test coverage detected