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

Function exportData

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

Source from the content-addressed store, hash-verified

115 },
116
117 exportData ({ userID }, options) {
118 if (options == null) { options = {} }
119 return fetchJson(`/db/user/${userID}/export-data`, _.assign({}, options, {
120 method: 'GET'
121 }))
122 },
123
124 fetchByIds ({ fetchByIds, teachersOnly, includeTrialRequests }) {
125 return fetchJson('/db/user', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected