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

Function fetchByOwner

app/core/api/course-instances.js:32–36  ·  view source on GitHub ↗
(ownerID)

Source from the content-addressed store, hash-verified

30 },
31
32 fetchByOwner (ownerID) {
33 return fetchJson('/db/course_instance', {
34 data: { ownerID }
35 })
36 },
37
38 fetchByClassroom (classroomID) {
39 return fetchJson('/db/course_instance', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected