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

Function getMyCourseInstanceSessions

app/core/api/course-instances.js:28–30  ·  view source on GitHub ↗
({ courseInstanceID }, options = {})

Source from the content-addressed store, hash-verified

26 },
27
28 getMyCourseInstanceSessions ({ courseInstanceID }, options = {}) {
29 return fetchJson(`/db/course_instance/${courseInstanceID}/course-level-sessions/${me.id}`, options)
30 },
31
32 fetchByOwner (ownerID) {
33 return fetchJson('/db/course_instance', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected