MCPcopy 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
205function getStorageExam () {
206 const me = window.me
207 return localStorage.load(`exam-${me.id}`, true)
208}
209
210function levelsOfExam (exam) {
211 if (!exam) { return [] }

Callers 1

levelNumberInExamFunction · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected