Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ getStorageExam
Function
getStorageExam
app/lib/user-utils.js:205–208 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
203
}
204
205
function
getStorageExam () {
206
const
me = window.me
207
return
localStorage.load(`exam-${me.id}`, true)
208
}
209
210
function
levelsOfExam (exam) {
211
if
(!exam) {
return
[] }
Callers
1
levelNumberInExam
Function · 0.85
Calls
1
load
Method · 0.45
Tested by
no test coverage detected