MCPcopy Create free account
hub / github.com/codecombat/codecombat / getLevelSessions

Function getLevelSessions

app/core/api/users.js:105–108  ·  view source on GitHub ↗
({ userID }, options)

Source from the content-addressed store, hash-verified

103 },
104
105 getLevelSessions ({ userID }, options) {
106 if (options == null) { options = {} }
107 return fetchJson(`/db/user/${userID}/level.sessions`, _.merge({}, options))
108 },
109
110 resetProgress ({ userID }, options) {
111 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected