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

Function get

app/core/api/courses.js:12–15  ·  view source on GitHub ↗
({ courseID }, options)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected