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

Function get

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

Source from the content-addressed store, hash-verified

10
11module.exports = {
12 get ({ courseInstanceID }, options) {
13 if (options == null) { options = {} }
14 return fetchJson(`/db/course_instance/${courseInstanceID}`, options)
15 },
16
17 getProjectGallery ({ courseInstanceID }, options) {
18 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected