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

Function getAll

app/core/api/courses.js:17–24  ·  view source on GitHub ↗
(options, other)

Source from the content-addressed store, hash-verified

15 },
16
17 getAll (options, other) {
18 if (options == null) { options = {} }
19 let url = '/db/course'
20 if (other) {
21 url = '/' + other + url
22 }
23 return fetchJson(url, options)
24 },
25
26 getReleased (options) {
27 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected