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

Function resetProgress

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

Source from the content-addressed store, hash-verified

108 },
109
110 resetProgress ({ userID }, options) {
111 if (options == null) { options = {} }
112 return fetchJson(`/db/user/${userID}/reset_progress`, _.assign({}, options, {
113 method: 'POST'
114 }))
115 },
116
117 exportData ({ userID }, options) {
118 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected