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

Function fetchChangeLog

app/core/api/courses.js:42–45  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

40 },
41
42 fetchChangeLog (options) {
43 if (options == null) { options = {} }
44 return fetchJson('/db/course/change-log', options)
45 },
46
47 getAllClassroomLevels (options) {
48 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected