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

Function fetchCompletedByDate

app/core/api/level-sessions.js:65–68  ·  view source on GitHub ↗
(date, options)

Source from the content-addressed store, hash-verified

63 },
64
65 fetchCompletedByDate (date, options) {
66 if (options == null) { options = {} }
67 return fetchJson(`/db/level.session/${me.id}/completed/${date}`, options)
68 },
69
70 resetProgressOfUserInCourseInstance (courseInstanceId, userId, options) {
71 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected