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

Function fetchPracticeLevels

app/core/api/levels.js:99–101  ·  view source on GitHub ↗
(levelId)

Source from the content-addressed store, hash-verified

97 },
98
99 fetchPracticeLevels (levelId) {
100 return fetchJson(`/db/level/${levelId}/practice-levels`)
101 },
102
103 fetchLevelStats (levelId) {
104 return fetchJson(`/db/level/${levelId}/stats`)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected