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

Function fetchLevelStats

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

Source from the content-addressed store, hash-verified

101 },
102
103 fetchLevelStats (levelId) {
104 return fetchJson(`/db/level/${levelId}/stats`)
105 },
106
107}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected