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

Function getProjectGallery

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

Source from the content-addressed store, hash-verified

15 },
16
17 getProjectGallery ({ courseInstanceID }, options) {
18 if (options == null) { options = {} }
19 return fetchJson(`/db/course_instance/${courseInstanceID}/peer-projects`, options)
20 },
21
22 getSessions ({ courseInstanceID }, options) {
23 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected